/*
    anythingSlider v1.2
    
    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: 900px; height: 300px; position: relative; margin: 0 0 0 0; }
.anythingSlider .wrapper                { width: 900px; overflow: auto; height: 300px; margin: 0 0 0 0; position: absolute; top: 0px; left: 0; }

.anythingSlider .wrapper ul             { width: 9000px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-bottom: 3px solid #e0a213; margin: 0; margin-left:-40px; * margin-left:0px;}

.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 300px; width: 900px; margin: 0 0 0 0; }

#thumbNav                               { position: relative; top: 250px; text-align: left; margin-left:40px; }
#thumbNav a                             { color: black; font: 11px/18px Arial; text-decoration:none; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #ffffff url(../images/cellshade.png) repeat-x; text-align: center; }

#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #FF3700; }

/*
  Prevents
*/

