/*
    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: 590px; height: 216px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 590px; overflow: auto; height: 216px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 216px; width: 590px; margin: 0; }


#thumbNav                               { position: relative; top: 170px; left:182px; text-align: center; }
#thumbNav a                             { color: #FFFFFF; font-family:Tahoma; font-weight:bold; font-size: 11px; display: inline-block; padding: 1px 8px; height: 15px; margin: 0 1 0 0; background-color: #CCCCCC; text-align: center; border:#759D31 1px solid }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #759D31; }

#start-stop                             { background-color: #759D31; color: white; padding: 1px 8px; width: 40px; height:15px; font-family:tahoma; font-size:11px; font-weight:bold; text-align: center; position: absolute; right: 10px; top: 188px; border:#759D31 1px solid  }
#start-stop.playing                     { background-color: cccccc; }
#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; }