/*
    anythingSlider v1.2
    
    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/
*/

*                                       { margin: 0; padding: 0; }
.anythingSlider                         { width: 570px; height: 290px; position: relative; margin: 0 ; }
.anythingSlider .wrapper                { width: 570px; overflow: auto; height: 262px; margin: 0; position: absolute; top: 0; left: 0; }

.anythingSlider img               	    { border:none; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee;margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 570px; margin: 0; }
.anythingSlider .arrow                  { display: none;}

#thumbNav                               { position: relative; top: 264px; text-align: left;}
#thumbNav a                             { color: #fff; font: 0 Georgia, Serif; display: inline-block; padding: 0 5px; height: 10px; margin: 0 5px 0 0; border:solid 1px silver; text-align: center; -moz-border-radius: 10px; -webkit-border-radius:10px;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: silver; color:silver; }

#start-stop                             { background: green; background-repeat: repeat-x; color: white; padding: 2px 1px; width: 40px; text-align: center; position: absolute; right: 0; top: 264px; -moz-border-radius: 2px; font-size:12px; text-decoration:none; }
#start-stop.playing                     { background-color: silver; }
#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; }