/*
    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: 420px; height: 360px; position: relative; margin: -10px 0 30px 0; }
.anythingSlider .wrapper                { width: 380px; overflow: auto; height: 341px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0 0 0 -40px; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 380px; margin: 0; }
.anythingSlider .arrow                  { display: none; }
.anythingSlider .forward                { display: none; }
.anythingSlider .back                   { display: none; }

#thumbNav                               { position: relative; top: 345px; text-align: right; left: -40px; }
#thumbNav a                             { color: #f93; background: #fc9; display: inline-block; padding: 7px 10px 3px 10px; height: 18px; margin: 0; text-align: center; font-size: 10pt; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #f93; color: #fc9; }

#start-stop                             { 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; }