/*
    anythingSlider v1.0
    
    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/
*/

.anythingSlider {
	position: relative;
}

.anythingSlider .arrow {
	background:url(../img/arrows.png) no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:none;
	height:25px;
	position:absolute;
	text-indent:-9999px;
	top:339px;
	width:25px;
}
.anythingSlider .back { background-position: 0 -6px; right: 150px; }

.anythingSlider .back:hover { background-position: 0 -63px;  }

.anythingSlider .forward { background-position: -35px -6px; right: 20px; }

.anythingSlider .forward:hover { background-position: -35px -63px; }
	
.anythingSlider .wrapper {
	width: 725px;
	overflow: hidden;
	height: 378px;
	margin:0px;
	position: absolute;
	top: 0;
	left: 0;
}

.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	padding:0;
	top: 0;
	left: 0;
	margin: 0;
	overflow: hidden;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 378px;
	width:725px;
	margin: 0;
}

#start-stop {
	background: green;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 223px;
	display:none;
}

#start-stop.playing { background-color: red; }

#start-stop:hover { background-image: none; }

#thumbNav {
	position:relative;
	right:40px;
	text-align:right;
	top:340px;
}
#thumbNav a {
	color: #f5eac1;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display: inline-block;
	padding: 2px 7px;
	height: 18px;
	margin: 0 2px 0 0;
	text-align: center;
	text-decoration:none;
	font-style:italic;
	font-weight:normal;
}

#thumbNav a.cur { border:1px solid #9f1414; color:#9f1414; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif; }

#thumbNav a:hover { background-image: none;  }


.anythingSlider .wrapper .preview h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#004cab;
	padding-left:15px;
	font-size:20px;
	font-weight:normal;
	text-transform:none;
	text-align:center;
	line-height:74px;
	margin-bottom:0px;
	width:190px;
}

.anythingSlider .wrapper .preview .content {
	width:725px;
}

.anythingSlider .wrapper .preview .rotator_image{
	float:left;
	/* margin-right:30px; */
	width:725px;
	text-align:right;
}
.anythingSlider .wrapper .preview .rotator_image img {
	float:left;
	width:725px;
}

.anythingSlider .wrapper .preview .text{
	float:left;
	width:725px;
	position:absolute;
	bottom:0px;
	height:141px;
	background:url(../img/slider_bg.jpg) no-repeat bottom;
}
.anythingSlider .wrapper .preview .text .content_text{
	width:700px;
	background:url(../img/rotator_text_bg.jpg) repeat-x;
	height:74px;
	color:#898989;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}
.anythingSlider .wrapper .preview .text .content_text .content_text_desc{
	float:left;
	width:auto;
	padding:20px 20px 15px 20px;;
	height:50px;
	width:680px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#f5eac1;
}
.rotator #thTbar{
}
.rotator .btedit{
	margin-left:5px;
	margin-top:5px;
	position:absolute;
}
