/*
    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: 1000px; height: 168px; position: relative; margin: 0px; }
.anythingSlider .wrapper                { width: 1000px; overflow: hidden; height: 168px; position: absolute; top: 0; left: 0;  }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;  }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 168px; width: 990px; }
#banner .anythingSlider .wrapper .anythingSlider .anythingControls .thumbNav li a span{display:none;}

#thumbNav                               { position: relative; top: 135px; left: 30px; }
#thumbNav a                             { color: black; font-size: 12px; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #fff; text-align: center; border: 2px solid #999999; text-decoration:none; font-weight: bold; }
#thumbNav a:hover                       { background: #FF0000; }
#thumbNav a.cur                         { background: #000; color:#FFFFFF; border: 2px solid #FFFFFF; }

#start-stop                             { background: #000; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 25px; top: 135px; border: 2px solid #FFFFFF; font-size: 11px; text-decoration:none; }
#start-stop.playing                     { background: #000; text-decoration:none; }
#start-stop:hover                       { background-image: none; text-decoration:none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin-left: 15px; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }