/*
    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                         { width: 567px; height: 230px; position: relative;background: transparent;font-family: arial, verdana, helvatica;border:0px solid red; }
.anythingSlider .wrapper                { width: 567px; overflow: auto; height: 230px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee;  margin: 0; padding-left:0 }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 230px; width: 567px; margin: 0; padding:0; }


/*
  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             #thumbNav                               { position: relative; top: 200px; text-align: left; height:40px;line-height:24px; }
.anythingSlider             #thumbNav a   { color: #8a8a8a; font-family: MS Sans Serif; font-size:12px; display: inline-block; width:24px; height: 24px; margin: 8px 7.5px 0 7.5px; background: url(../img/banner-button.jpg) repeat-x; text-align: center; text-decoration:none;background:#333333;color:#ffffff;font-weight:bolder; }
.anythingSlider             #thumbNav a:hover                       { color: #ff9900; }
.anythingSlider            #thumbNav a.cur                         { color: #ff9900;  }

.anythingSlider            #start-stop   { height:24px;line-height:24px; width:35px; position: absolute;  top: 228px;left:785px;background:#333333;cursor:pointer;text-decoration:none;font-weight:bolder;color:#ffffff;padding:0px 5px 0 5px }
.anythingSlider            #start-stop.playing                     {height:24px;line-height:24px; width:35px;background:#333333;font-weight:bolder;color:#ffffff; }
.anythingSlider  #start-stop:hover                       { }
*/

#thumbNav { 
	position: relative; 
	top: 180px; 
	text-align: right;
	vertical-align:top;
	background-color:transparent;
	display:block;
	height:23px;
	line-height:23px;
	padding-bottom:5px;
	padding-top:5px;
	font-size:12px;
}
#thumbNav a {
	color: #fff;
	display: inline-block; 
	text-align: center; 
	text-decoration:none;
	padding: 5px;
	height: 12px; 
	margin-right: 5px; 
	line-height:12px;
	background-color:#91b9fb;
}
#thumbNav a:hover {
	color:#3369C3;
	height:12px;
	background-color:#fff;
}
#thumbNav a.cur {
	color:#3369C3;
	background-color:#fff;
	font-size:16px;
	font-weight:bold;
}


#start-stop  { 
	 height:24px;
	 line-height:24px; 
	 width:35px; 
	 position: absolute;  
	 top: 28px;
	 left:809px;
	 cursor:pointer;
	 text-decoration:none;
	 font-weight:bolder;
	 padding:0px 5px 0 5px 
	 
	 
}
#start-stop.playing  { 
	
}
#start-stop:hover{ 
	background-image: none; 
}


.textContent                         { width: 325px; height: 37px; position: relative; }
.textContent .wrapper                { width: 325px; overflow: auto; height: 37px; position: absolute; top: 0; left: 0; }
.textContent .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; padding-left:0 }
.textContent ul li                   { display: block; float: left; padding: 0; height: 37px; width: 625px; margin: 0; padding:0; }



.textContent #start-stop                             { display:none; }
.textContent #start-stop.playing                     { background-color: red; display:none;}
.textContent #start-stop:hover                       { background-image: none; display:none;}


.textContent .forward                { background:url('../img/slideright.jpg') no-repeat; right: -20px; }
.textContent .back                   { background:url('../img/slideleft.jpg')no-repeat; left: -25px; }
.textContent .arrow                  { display: block; height: 10px; width: 15px;  text-indent: -9999px; position: absolute; top: 15px; cursor: pointer; }
/*
  Prevents
*/
.textContent .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.textContent .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
