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


#thumbNav                               { position: relative; top: 198px; left: 670px; }
#thumbNav a                             { color:#FFFFFF; display: inline-block; padding: 0px 4px; height: 15px; margin: 0 4px 0 0; background: #FFFFFF; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #7D2132; color:#7D2132;}

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



/*
 -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;
 */
