#slider {  background: url(../img/site/bg_slider.jpg); height: 262px; }


.anythingSlider                         { width: 972px; height: 262px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 972px; overflow: auto; height: 242px; margin: 15px 0 5px 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 262px; width: 972px; margin: 0; }
.anythingSlider .arrow                  { display: none; }
.anythingSlider .forward                { background: url(../images/arrow-right.png) no-repeat; top:262px; float:right; position:relative; height:80px; right:30px;}
.anythingSlider .back                   { background: url(../images/arrow-left.png) no-repeat; top:262px; float:left; height:80px; left:30px;} 
.anythingSlider .arrow:hover			{cursor:pointer;}   

#thumbNav                               { cursor:pointer; position:absolute; right:15px; top:244px; z-index:800; } 
#thumbNav a                             { padding: 3px 1px; background: url(../img/site/button.png) no-repeat; margin:4px; display: inline-block; height: 10px; width:10px; }
#thumbNav a:hover						{ border:none; }					
#thumbNav a.cur                         {  background: url(../img/site/button_selected.png) no-repeat ; margin-bottom:5px; margin:4px; height: 10px; width:10px;}
#thumbNav .slideThumb					{ display: none; }

#thumbNav .forward, #thumbNav .back		{ display: none;}

#start-stop                             { display:none; background: green; background-image: url(../img/site/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  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; }
.textSlide img { float: left; margin: 0 10px 2px 0px; background-color:#FFFFFF; border:1px solid #B5B5B5; padding:2px;}
.textSlide p { margin-top:10px; font-family: Helvetica, Sans-Serif; }
