/*
	AnythingSlider v1.7+ themes
	Default 1 theme - no images/css3
	by Rob Garrison (aka Mottie)
*/

/****************************
 SET DEFAULT DIMENSIONS HERE
 ****************************/
/* Change the ID to match your slider */
#slider {
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
	border: 6px solid #c2b082;
	border-bottom: 8px solid #c2b082;
	border-right: 8px solid #c2b082;
	width: 981px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	height: 405px;
	margin: 10px 0px 0px 1px;
}
#slider > li {
	list-style: none;
	position: absolute;
	top: 16px;
	left: 7px;
}
#slider > li > span {
	color: #fff;
	font-size: 4em;
	font-weight: bold;
	position: absolute;
	top: 219px;
	left: 18px;
	text-shadow: 1px 1px #888;
	z-index: 2;
	text-shadow: 1px 1px 4px #111;

}
.anythingSlider-whosoc.activeSlider {
	width: 100% !important;
	height: auto !important;
}

#slider_image_1 {
	position: absolute;
	top: -146px;
	left: -119px;
}
#slider_image_2 {
}
#slider_image_3 {
	position: absolute;
	top: -69px;
	left: -31px;
}
#slider_image_4 {
}
/* Opera width restriction */
.anythingBase {
	background: transparent;
	list-style: none;
	/* override the #slider overflow above, once the class is added */
	overflow: visible !important;
}

/*************
 ACTIVE STATE (slider has keyboard focus)
 *************/
/* Text arrows */
.anythingSlider-whosoc.activeSlider .arrow a:link {
	color: #6699aa;
	display: none;
}
.anythingSlider-whosoc.activeSlider .arrow a:hover {
	color: #44bbcc;
}
/* Navigation tabs, active state */
.anythingSlider-whosoc.activeSlider .anythingControls ul a:link {
	/* background-image: url('../images/slider_button_inactive.png'); */
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #17365d !important;
	font-weight: bold;
	font-family: Lato, Tahoma, sans-serif;
}
.anythingSlider-whosoc.activeSlider .anythingControls ul a:visited,
.anythingSlider-whosoc.activeSlider .anythingControls ul a:active
{
	color: #17365d;
}
.anythingSlider-whosoc.activeSlider .anythingControls ul a.cur:link,
.anythingSlider-whosoc.activeSlider .anythingControls ul a:hover,
.anythingSlider-whosoc.activeSlider .anythingControls ul a.hover {
	/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #aaaaaa 100%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #aaaaaa 100%);

/* Opera */
background-image: -o-linear-gradient(top, #FFFFFF 0%, #aaaaaa 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #aaaaaa));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #aaaaaa 100%);

/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom, #FFFFFF 0%, #aaaaaa 100%);
}
/* start-stop button, stopped, active state */
.anythingSlider-whosoc.activeSlider .start-stop {
}
/* start-stop button, stopped, active state, hovered */
.anythingSlider-whosoc.activeSlider .start-stop:hover,
.anythingSlider-whosoc.activeSlider .start-stop.hover {
}
/* start-stop button, playing, active state */
.anythingSlider-whosoc.activeSlider .start-stop.playing:link {
}
/* start-stop button, playing, active state, hovered */
.anythingSlider-whosoc.activeSlider .start-stop.playing:hover,
.anythingSlider-whosoc.activeSlider .start-stop.playing.hover {
}

/*****************
 DEFAULT STATE (no keyboard focus)
 *****************/

/* Slider window - top & bottom borders, default state */
.anythingSlider-whosoc .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* Text arrows */
.anythingSlider-whosoc .arrow {
	display: none;
}
.anythingSlider-whosoc .arrow a:link {
	color: #777;
}

.anythingSlider-whosoc .arrow a:hover {
	color: #999;
}
/* Disabled arrows - infiniteSlide = false & stopAtEnd = true */
.anythingSlider-whosoc .back.disabled,
.anythingSlider-whosoc .forward.disabled {
	display: none;
}
/* Navigation tabs */
.anythingSlider-whosoc .anythingControls ul a.cur,
.anythingSlider-whosoc .anythingControls ul a {
}
.anythingSlider-whosoc .anythingControls ul a.cur:hover,
.anythingSlider-whosoc .anythingControls ul a.hover,
.anythingSlider-whosoc .anythingControls ul a:hover {
}
/* Start/stop button - stopped */
.anythingSlider-whosoc .start-stop {
	display: none !important;
	font: 10px/14px Georgia, Serif;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	padding: 2px 5px;
}
/* Start/stop button - stopped */
.anythingSlider-whosoc .start-stop:hover,
.anythingSlider-whosoc .start-stop.hover {
	background-color: #88a;
}
/* start/stop button - playing */
.anythingSlider-whosoc .start-stop.playing {
	background-color: #300;
}
.anythingSlider-whosoc .start-stop.playing:hover,
.anythingSlider-whosoc .start-stop.playing.hover {
	background-color: #700;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider-whosoc {
	display: block;
	position: relative;
	padding: 0; /* adjust left/right padding here to move arrows towards or away from the center */
}

/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}

/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 1;
}

/* Arrow buttons position */
.anythingSlider-whosoc .arrow {
	top: 50%;
	position: absolute;
	display: block;
}
.anythingSlider-whosoc span.back {
	left: 0;
}
.anythingSlider-whosoc span.forward {
	right: 0;
}
/* Arrow buttons dimensions */
.anythingSlider-whosoc .arrow a {
	display: block;
	height: 48px;
	width: 35px;
	text-align: center;
	text-decoration: none;
	outline: 0;
	margin: -26px 0 0; /* set to 1/2 height */
}
/* Arrow buttons text */
.anythingSlider-whosoc .arrow a span {
	display: block;
	font-size: 40px;
}

/* Slider control block */
.anythingSlider-whosoc .anythingControls {
	outline: 0;
	float: right;
	position: absolute;
	bottom: 33px;
	right: 50px;
	z-index: 100;
}
/* control list */
.anythingSlider-whosoc .anythingControls ul {
	float: left;
	margin: 0;
	padding: 0;
}
/* control tabs */
.anythingSlider-whosoc .anythingControls ul li {
	display: block;
	float: left;
	text-align: center;
}
/* control links */
.anythingSlider-whosoc .anythingControls ul a {
	font: 1em Lato, sans-serif;
	display: block;
	height: 20px;
	width: 19px;
	text-align: center;
	background-color: transparent;
	text-decoration: none;
	outline: 0;
	margin: 0 5px 0 0;
	line-height: 18px;
	vertical-align: middle;
	box-shadow: 0px 0px 1px #000;
	-webkit-box-shadow: 0px 0px 1px #000;
	-moz-box-shadow: 0px 0px 1px #000;
	-ms-box-shadow: 0px 0px 1px #000;
	-o-box-shadow: 0px 0px 1px #000;
	border: 1px solid #999;
	background-color: #fff;
}
.anythingSlider-whosoc .anythingControls ul a:hover {
	/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #aaaaaa 100%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #aaaaaa 100%);

/* Opera */
background-image: -o-linear-gradient(top, #FFFFFF 0%, #aaaaaa 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #aaaaaa));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #aaaaaa 100%);

/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom, #FFFFFF 0%, #aaaaaa 100%);
}
/* control nav window (navigationSize = true) */
.anythingSlider-whosoc .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Navigation size window arrows */
.anythingSlider-whosoc .anythingControls li.next a span, .anythingSlider-whosoc .anythingControls li.prev a span {
	text-indent: 1px;
	margin-top: 3px;
}
.anythingSlider-whosoc .anythingControls li.prev a, .anythingSlider-whosoc .anythingControls li.next a {
}
.anythingSlider-whosoc .anythingControls li.next a:hover, .anythingSlider-whosoc .anythingControls li.prev a:hover {
}
/* AnythingSlider IE7 and older styling */
.as-oldie div.anythingSlider .arrow {
	margin: 0;
}
/* When using the navigationSize option, the side margins need to be zero
   None of the navigation panels look good in IE7 now =( */
.as-oldie div.anythingSlider .anythingControls {
}
}.as-oldie div.anythingSlider .anythingControls ul.thumbNav a {
	margin: 0 0 0 2px;
}
.as-oldie div.anythingSlider .anythingControls .anythingNavWindow li {
	padding: 3px 0 0 0;
}
.as-oldie div.anythingSlider .anythingControls {
	display: block;
	width: 95%; /* arbitrary percentage, adjust to fit your slider in IE7 */
	margin: 0;
}
