/*
    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: 552px; height: 332px; position: relative; float:left; }
.anythingSlider .wrapper                { width: 552px; overflow: hidden; height: 332px; position: absolute;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;padding:0px; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 332px; width: 600px; margin: 0; }

#thumbNav                               { position: relative; left:-140px; top: -29px; text-align: center; }
#thumbNav a                             { color: white; font: 1px/1px Arial, Helvetica, sans-serif; display: inline-block; height: 6px; width:6px; margin: 0 5px 0 0; background: url(../../content/images/dots.gif); background-position:left -10px; background-repeat:no-repeat;}
#thumbNav a:hover                       { background: url(../../content/images/dots.gif); background-position:left -20px; background-repeat:no-repeat;}
#thumbNav a.cur                         { background: url(../../content/images/dots.gif); background-position:left top; background-repeat:no-repeat;}


/*
  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; }
