/*
    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: 539px; height: 250px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 539px; overflow: auto; height: 250px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 250px; width: 539px; margin: 0; }

#thumbNav                               { position: relative; top: 200px; text-align: center; margin-right: -380px; }
#thumbNav a                             { color: #fff; font: 11px/18px Arial, Helvetica, sans-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 2px 0 0; background: #000; text-align: center; text-decoration:none;}
#thumbNav a:hover                       { background-image: none; background-color: #fab41e; color: #fff; }
#thumbNav a.cur                         { background: #fab41e; color: #fff; }



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