/*
    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: 665px; height: 390px; position: absolute; margin:0 auto;background-image: url(../images/bg.jpg);}
.anythingSlider .wrapper                { width: 665px; overflow: hidden; height: 390px; position: absolute; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 270px; width: 665px; margin-top: 72px; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -50px; cursor: pointer;}
.anythingSlider .forward                { background-position: 0 0; right: -90px; }
.anythingSlider .back                   { background-position: -67px 0; left: -90px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 32px; left:0px; text-align: center; }
#thumbNav a                             {  }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #318ec4; }

#start-stop                             { background: #eee; color:green; padding: 4px 2px; width: 50px; text-align: center; position: absolute; left: 900px; top: 70px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; font-size:9pt}
#start-stop.playing                     { background-color: #eee; color:red; }
#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; }