/*
    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: 590px; height: 250px; margin: 0 auto 50px; margin-left:-55px;}
.anythingSlider .wrapper                { width: 590px; overflow: auto; height: 255px; margin: 0; 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: 590px; margin: 0; }

#thumbNav                               { position: relative; top: 255px; left:57px; text-align: center;}
#thumbNav a                             { color: black; font-size:10px; _font-size:9px; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #C5C7C7 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;  width:77px; text-decoration:none;}
#thumbNav a:hover                       { background-image: none; repeat-x; background: #FFC4E1;}
#thumbNav a.cur                         { background: #FFC4E1; width:77px; repeat-x;}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: 590px; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; width: 590px;}
