/*
    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/
*/

ul                                      { margin: 0 0 25px 25px; }
ul li                                   { font: 15px Georgia, Serif; margin: 0 0 8px 0; text-align:left; }
a, a img                                { border: 0; text-decoration: none; outline: 0; }
#dl                                     { position: absolute; top: 10px; right: 0; background: black; color: white;padding: 3px 6px; }
#dl:hover                               { background: #666; }

.anythingSlider                         { width: 569px; height: 200px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 569px; overflow: auto; height: 175px; margin: 0 auto; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: -40px; *left:0px; background: #eee; margin: 0 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 175px; width: 569px; margin: 0 auto; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }
        
#thumbNav                               { position: relative; top: 175px; text-align: center; background: #dc234f url(../images/bottom.jpg) no-repeat; height:28px; }
#thumbNav a                             { color: black; font: 10px Georgia, Serif; display: inline-block; padding-top:0px; width:16px; height: 16px; margin: 2px 5px 0 0; background: #dc234f url(../images/button_all.jpg) no-repeat; text-align: center; }
#thumbNav a:hover                       { background-image: none; background: #dc234f url(../images/button_hover.jpg) no-repeat; color:#ffffff; }
#thumbNav a.cur                         { background: #dc234f url(../images/button_hover.jpg) no-repeat; color:#ffffff; }

#start-stop                             { background: transparent url(../images/button_startstop.jpg) top left no-repeat; color: green; padding: 2px 5px; width: 30px; text-align: center; position: absolute; right: 25px; top: 178px; height:18px;}
#start-stop.playing                     { color: red; }
#start-stop:hover                       {  }

/*
  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; }