/*
    AnythingSlider v1.4.1+ Default (base) theme

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/******* SET DEFAULT DIMENSIONS HERE ********/

div.anythingSlider {
	width: 600px;
	height: 300px;
	margin: 0;
	overflow: hidden; /* needed for Opera and Safari */
	background: #2c2c00;
	background: #36451e;
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	background: #777;
	color: #000;
}

div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

/* Active State */
div.anythingSlider.activeSlider .anythingWindow {
	border-color: #7C9127;
}
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
	background-color: #c2c2c2;
}
div.anythingSlider.activeSlider .thumbNav a.cur{
	background-color: #821228;
}
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #d00;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	position: relative;
	padding: 0px;
}
/* anythingSlider base UL */
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.anythingBase li.panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 50%;
	position: absolute;
	display: block;
}
div.anythingSlider .arrow a {
	position: absolute;
	display: block;
	height: 28px;
	margin: 0;
	width: 21px;
	text-align: center;
	outline: 0;
	background: transparent url('images/arrows.png') no-repeat;
	color: #fff;
	text-indent: 9999px;
	z-index: 9999;
}
div.anythingSlider .forward { right: 10px; margin-right: 20px; }
div.anythingSlider .back { left: 10px; }
div.anythingSlider .forward a { background-position: right top; }
div.anythingSlider .back a { background-position: left top; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: right bottom; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: left bottom; }
div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
div.anythingSlider .back.disabled { display: none; }

/* Navigation Links */
div.anythingSlider .anythingControls { outline: 0; display:none;}
div.anythingSlider .thumbNav { margin: 0; display:none; }
div.anythingSlider .thumbNav li { display: none; }
div.anythingSlider .thumbNav a {
	font: 0px/0px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 0px 8px;
	height: 7px;
	margin: 10px 5px 0 0;
	/*background-image: url(../images/cellshade.png);*/
	background-repeat: repeat-x;
	text-align: center;
	outline: 0;
/*	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;*/
}
ul.thumbNav{
padding:0px;

}
div.anythingSlider .thumbNav a:hover {
	background-image: none;
	background:#821228;
}

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

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	display:none;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
 /* images with caption */
 #slider3 img { width: 100%; height: 100%; }
 /* position the panels so the captions appear correctly */
 #slider3 .panel { position: relative; }
 /* captions */
 #slider3 .caption-top, #slider3 .caption-right,
 #slider3 .caption-bottom, #slider3 .caption-left {
  background: #36451e;
  color: #fffff3;
  padding: 2px 0 0px 0;
  margin: 0;
  position: relative;
  z-index: 10;
  opacity: .7;
  filter: alpha(opacity=70);
  font-size:16px;
 }
 #slider3 .caption-left{
 padding-left:0px;
 }
 /* Top caption - padding is included in the width (480px here, 500px in the script), same for height */
 #slider3 .caption-top {
  left: 0;
  top: 0;
  width: 480px;
  height: 30px;
 }
 /* Right caption - padding is included in the width (130px here, 150px in the script), same for height */
 #slider3 .caption-right {
  right: 0;
  bottom: 0;
  width: 130px;
  height: 180px;
 }
 /* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */
 #slider3 .caption-bottom {
  left: 0;
  bottom: 0;
  width: 600px;
  height: auto;
 }
 /* Left caption - padding is included in the width (130px here, 150px in the script), same for height */
 #slider3 .caption-left {
  left: 20%;
  bottom: 0;
  width: 60%;
  text-align: center;
 }
  /* Left caption - padding is included in the width (130px here, 150px in the script), same for height */
 #slider3 .caption-left h2 a, #slider3 .caption-left h2, #slider3 .caption-left a{
  color: #fffff3;
  font-size:20px;
  font-weight: normal;
  margin: 2px 0;
 }
 #slider3 .caption-left a{
 
 }
 #slider3 .caption-left h2 a:hover, #slider3 .caption-left a:hover{
  text-decoration: underline;
 }
 /* Caption close button */
 .caption-top .close, .caption-right .close,
 .caption-bottom .close, .caption-left .close {
  font-size: 80%;
  cursor: pointer;
  float: right;
  display: inline-block;
 }