/*
    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: 820px; height: 200px; position: relative; margin: 0 auto;  font-size: 10px; font-family: tahoma; color: #d4c0d2; }
.anythingSlider .wrapper                { width: 820px; overflow: auto; height: 200px; 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: 820px; margin: 0; color: white; }
.anythingSlider .forward                { position: absolute; top: 167px; left: 360px; cursor: pointer;}
.anythingSlider .back                   { position: absolute; top: 167px; left: 60px; cursor: pointer;}
.anythingSlider .forward:hover          {  }
.anythingSlider .back:hover             {  }
 


#thumbNav                               { position: absolute; top: -1185px; left: 200px; text-align: center; }
#thumbNav a                             { color: #d4c0d2; 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; position: absolute; left: 205px; top: 165px; font-size: 10px; font-family: arial; color: #d4c0d2; text-decoration: none; }
#start-stop.playing                     {  }
#start-stop:hover                       { background-image: none; }

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