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

#thumbNav                               { 
z-index:  100;
position: absolute; 
right:  0; 
top: 205px; 
text-align: right; 
width:  auto;}

#thumbNav a                           { 
color: #fff; 
text-decoration: none; 
font: 16px arial, sans-serif; 
width:20px;
height:20px;
display:inline-block;
margin: 0px 2px 0px 0px;
padding-top:2px;
text-align: center; 
border: 1px solid #3a3a3a;
background-image:url("sliderbg.png");
}

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

