/*
    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: 551px; height: 360px; position: relative;  }
.anythingSlider .wrapper                { width: 549px; overflow: auto; height: 191px;  position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-bottom: 1px solid #e0a213; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 191px; width: 550px; margin: 0; }
.anythingSlider .arrow                  { display: none;}
.anythingSlider .forward                { display: none; }
.anythingSlider .back                   { display: none; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 185px; text-align: center; }

#thumbNav a                             { 
font: 1px Georgia, Serif; 
display: inline-block; 
padding-right:1px;
height: 47px; 
width: 109px;
margin: 0 0 0 0; 
text-align: center; 

}

#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { }

#start-stop                             { display: none; }
#start-stop.playing                     { display: none; }
#start-stop:hover                       { display: 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; }