/*
    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: 584px; height: 120px; position: relative; margin: 0 0 10px 0; }
.anythingSlider .slider-wrapper                { width: 575px; overflow: auto; height: 103px; margin: 0 9px 0 0; position: absolute; top: 0; left: 0; }
.anythingSlider .slider-wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 1px solid #ccc; border-bottom: 2px solid #ccc; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 100px; width: 575px; margin: 0; }
#thumbNav { position: relative; top: 103px; text-align: center; }
#thumbNav a { color: #fff; font: 11px/13px; Georgia, Serif; display: inline-block; text-decoration: none; width: 25px; height: 18px; margin: 0 5px 0 0; padding: 5px 0 0 0; background: #333; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #ccc; color: #000 }

#start-stop                             { background: #666666; color: white; padding: 5px 5px; width: 60px; text-align: center; height: 13px; position: absolute; right: 10px; top: 103px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; text-decoration: none; }
#start-stop.playing                     { background-color: #333; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .slider-wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .slider-wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }