/*
    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: 595px; height: 270px; position: relative; margin: 0px; padding:0px; }
.anythingSlider .wrapper                { width: 595px; overflow: auto; height: 270px; margin: 0px; position: absolute; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; margin: 0px; top:0px; left:-40px;}
.anythingSlider ul li                   { display: block; float: left; padding: 0px; height: 270px; width: 595px; margin:0px; }
#thumbNav                               { width:60px; height:270px; position: relative; left: 565px; top:0px; text-align: center;}
#thumbNav a                             { color: #666; font: 20px Arial, Helvetica, sans-serif; display: inline-block; width:60px; height: 43px; padding-top: 17px; margin: 0 0 10px 0; background: url(../images/button.png) no-repeat; text-align: center; text-decoration:none;}
#thumbNav a:hover                       { background: url(../images/buttona.png) no-repeat; color:#09F; text-decoration:none; }
#thumbNav a.cur                         { background: url(../images/buttona.png) no-repeat; text-decoration:none;}

#start-stop                             { background-image: url(../images/button.png); background-repeat: no-repeat; color: #060; padding: 22px 2px 0 0; width: 58px; height:38px; text-align: center; position: absolute; right: -30px; top: 230px; text-decoration:none; font: 12px Arial, Helvetica, sans-serif; font-weight:bold;}
#start-stop.playing                     { color:#F00;background-image: url(../images/button.png);}
#start-stop:hover                       { background-image: url(../images/buttona.png);}

/*
  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; }
