/*
    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: 900px; height: 140px; position: relative; margin: 3px 0px 0px 0px; }
.anythingSlider .wrapper                { width: 892px; overflow: auto; height: 140px; margin: 0px 0px 0px 0px; position: absolute; top: 0; left: 0px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0px; background: #eee; border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213; margin: 0px 0px 0px 0px;}
.anythingSlider ul li                   { display: block; float: left; padding: 0px 0px 0px 0px; height: 140px; width: 892px; margin: 0px 0px 0px 0px; }

#thumbNav                               { position:absolute; top: 140px; text-align:left; }
#thumbNav a                             { color: black; text-decoration: none; font: 11px/18px Verdana; display: inline-block; padding: 2px 8px; height: 18px; width:12px; margin: 0 2px 0 0; background: #cccccc url(../images/cellshade.png) repeat-x; text-align: center;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #666666; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 8px; top: 140px; text-decoration: none;}
#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: 20; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
