/*
    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: 275px; height: 207px; position: relative;}
.anythingSlider .wrapper                { width: 275px; overflow: auto; height: 207px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { 
width: 9999px; 
list-style: none; 
position: absolute; 
top: 0; 
left: 0; 
background: #FEFEFE; 
margin: 0; 
padding:0;
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 207px; width: 275px; margin: 0; }


#thumbNav                               { position: relative; top: 240px; text-align: center; }/*220px*/
#thumbNav a                             { 
color: #FEFEFE;  
display: inline-block; 
padding: 2px 8px; 
height: 18px; 
margin: 0 5px 0 0; 
background-color: #ff4523; 
text-align: center; 
}

