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

#thumbNav                               { position: relative; top: 170px; text-align: center; margin-right: -480px; }
#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: #25170e; text-align: center; text-decoration:none}
#thumbNav a:hover                       { background-image: none; background-color: #d2150a; color: #fff; }
#thumbNav a.cur                         { background: #d2150a; color: #eae4bf; }



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