/*
	AnythingSlider v1.8+ Impostors theme
	By Heidi Little
*/
/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#slider {
	width: 670px;
	height: 410px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

/* Default content Styles */
#slider h1, #slider h2, #slider h3, #slider h4, #slider h5, #slider h6 {
  margin: 0 0 1em;
}
#slider h1 {
  font-size: 3em;
}
#slider h2 {
  font-size: 2.5em;
}
#slider h3 {
  font-size: 2.2em;
}
#slider h4 {
  font-size: 1.8em;
}
#slider h5 {
  font-size: 1.4em;
}
#slider h6 {
  font-size: 1.1em;
}
#slider p {
  margin-bottom: 1em;
}
#slider ul {
  list-style: disc;
  padding-left: 3em;
  margin: 1em 0;
}
#slider ol {
  padding-left: 3em;
  margin: 1em 0;
}
#slider a:hover {
  text-decoration: none;
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-impostors {
	margin: 0 auto;
}
/* slider window - top & bottom borders, default state */
.anythingSlider-impostors .anythingWindow img{
  width: 100%;
  height: 100%;
}
/* Navigation buttons + start/stop button, default state */
.anythingSlider-impostors .anythingControls a {
	
}
/* Navigation current button, default state */
.anythingSlider-impostors .anythingControls a.cur,
.anythingSlider-impostors .anythingControls a:hover {
    background: url(../images/thumb-active.png) no-repeat transparent;
}

/* start-stop button, stopped, default state */
.anythingSlider-impostors .anythingControls a.start-stop {
	background: #040;
	color: #ddd;
	/* top shadow */
	-moz-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5);
}
/* start-stop button, playing, default state */
.anythingSlider-impostors .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-impostors .anythingControls a.start-stop:hover,
.anythingSlider-impostors .anythingControls a.start-stop.hover,
.anythingSlider-impostors .anythingControls a.start-stop .anythingControls ul a:hover {
	color: #fff;
	/* clear top shadow */
	-moz-box-shadow: inset 0 0 0 #000000;
	-webkit-box-shadow: inset 0 0 0 #000000;
	box-shadow: inset 0 0 0 #000000;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-impostors.activeSlider .anythingWindow {
	border-color: #0355a3;
}

/* Navigation buttons, active state */
.anythingSlider-impostors.activeSlider .anythingControls a {
	background-color: transparent;
}
/* Navigation current button, active state */
.anythingSlider-impostors.activeSlider .anythingControls a.cur,
.anythingSlider-impostors.activeSlider .anythingControls a:hover {
	background: url(../images/thumb-active.png) no-repeat transparent;
}

/* start-stop button, stopped, active state */
.anythingSlider-impostors.activeSlider .anythingControls a.start-stop {
	background: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-impostors.activeSlider .anythingControls a.start-stop.playing {
	color: #fff;
	background: #d00;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-impostors.activeSlider .start-stop:hover,
.anythingSlider-impostors.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-impostors .arrow {
	bottom: -134px;
	position: absolute;
	display: block;
    width: 18px;
    height: 129px;
	z-index: 100;
}

.anythingSlider-impostors .arrow a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	outline: 0;
	background: url(../images/arrows-impostors.png) no-repeat;
}

/* back arrow */
.anythingSlider-impostors .back { left: 0; }
.anythingSlider-impostors .back a { background-position: 0 0; }
.anythingSlider-impostors .back a:hover,
.anythingSlider-impostors .back a.hover { background-position: -18px 0; }
/* forward arrow */
.anythingSlider-impostors .forward { right: 0; }
.anythingSlider-impostors .forward a { background-position: -90px 0; }
.anythingSlider-impostors .forward a:hover,
.anythingSlider-impostors .forward a.hover { background-position: -72px 0; }

/* Navigation Links */
.anythingSlider-impostors .anythingControls {
	height: 129px; /* limit height, needed for IE9 of all things */
	outline: 0;
	display: none;
	margin: 5px 18px 0;
	z-index: 100;
    overflow: hidden;
}

.anythingSlider-impostors .anythingControls ul {
    height: 129px;
    width: 640px;
	margin: 0;
	padding: 0;
    background: url(../images/bg-impostors.png) top center repeat-x;
    overflow: hidden;
}
.anythingSlider-impostors .anythingControls ul li {
	list-style: none;
	float: left;
	margin: 17px 0;
	padding: 0;
}
.anythingSlider-impostors .anythingControls ul a {
	display: inline-block;
    margin: 0;
	padding: 11px 14px;
	text-decoration: none;
	text-align: center;
	outline: 0;
}

.anythingSlider-impostors .anythingControls span {
	display: block;
    position: relative;
    width: 100px;
    height: 75px;
}

.anythingSlider-impostors .anythingControls img {
    width: 100%;
    height: 100%;
}

.anythingSlider-impostors .anythingControls .overlay {
    position: absolute;
    left: 0;
    top: 0;
}

.anythingSlider-impostors .anythingControls .video-icon {
  position:absolute;
  right:0;
  bottom:0;
  width:31px;
  height:37px;
}

/* navigationSize window */
.anythingSlider-impostors .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}
/* navigationSize nav arrow positioning */
.anythingSlider-impostors .anythingControls li.prev a span,
.anythingSlider-impostors .anythingControls li.next a span {
	visibility: visible;
	position: relative;
	top: -6px; /* bring navigationSize text arrows into view */
	color: #fff;
}

/* Autoplay Start/Stop button */
.anythingSlider-impostors .anythingControls .start-stop {
	display: none;
	width: 10px;
	height: 10px;
	margin: 3px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	z-index: 100;
	outline: 0;
}

/***********************
IE8 AND OLDER STYLING
***********************/
/* Navigation Arrows */
.as-oldie .anythingSlider-impostors .arrow {
}
.as-oldie .anythingSlider-impostors .arrow a {
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
	apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
    position: relative;
	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: -1;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 0;
}

/* captions */ 
 .caption-top, .caption-right, .caption-bottom, .caption-left { 
  background: #000;
  color: #fff;
  font-family: 'AlternateGothicFSNo3', Impact, Charcoal, sans-serif;
  font-size: 30px;
  padding: 5px 15px; 
  margin: 0; 
  position: absolute; 
  z-index: 10; 
  opacity: .8; 
  filter: alpha(opacity=80);
  line-height: 1.5;
 }
 
/* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */ 
.anythingSlider .caption-bottom { 
  right: 0; 
  bottom: 35px; 
  width: 480px; 
 }
 
 .panel a:hover .caption-bottom {
  opacity: 1;
  filter: alpha(opacity=1);
 }

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
