/*
    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: 654px; height: 278px; position: relative; margin: 0 auto;  font-size: 10px; font-family: tahoma; color: #e8d4b6; }
.anythingSlider .wrapper                { width: 654px; overflow: auto; height: 278px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 200px; width: 654px; margin: 0; color: #7f7f7f; }
.anythingSlider .forward                { position: absolute; top: 281px; left: 580px; cursor: pointer;}
.anythingSlider .back                   { position: absolute; top: 281px; left: 30px; cursor: pointer;}
.anythingSlider .forward:hover          {   }
.anythingSlider .back:hover             {   }
 


#thumbNav                               { position: absolute; top: 281px; left: 320px; text-align: center; }
#thumbNav a                             { color: #e8d4b6; font-size: 10px; font-family: tahoma; margin: 0 5px 0 0; text-align: center;}
#thumbNav a:hover                       {  }
#thumbNav a.cur                         { text-decoration: underline;  }



#start-stop                             { padding: 2px 5px; width: 40px; text-align: center; background: #fff; position: absolute; left: 603px; top: 260px; font-size: 10px; font-family: arial; color: #e8d4b6; }
#start-stop.playing                     {  }
#start-stop:hover                       { background-image: none; color: #c9b28f;}

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