/*
    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: 350px; height: 80px; position: absolute; top:138px; left:250px; }
.anythingSlider .wrapper                { width: 350px; overflow: auto; height: 80px;  position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; padding:0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 80px; width: 350px; margin: 0; }
#start-stop                             { border:none; background:transparent url(../img/replay.png) no-repeat left top; text-indent:-2000px; width: 30px; height:30px; text-align: center; position: absolute; right: 15px; top: 65px; }
#start-stop.playing                     { display:none; }
#start-stop:hover                       { background-position:center top; }
#start-stop:focus { background-position:right top; outline:none; }
#start-stop { display: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; }
