/*
    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: 493px; 
height: 330px; 
position: relative; 
margin: 0 auto 15px;
}

.anythingSlider .wrapper { 
width: 493px; 
overflow: auto; 
height: 330px; 
margin: 0 0px; 
position: absolute; 
top: 0;  
left: 140;
*left: 0;

}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul  { 
width: 32700px; 
list-style: none; 
position: absolute; 
top: 0; 
left: -40; 
*left: 0; 
margin: 0; 
}
.anythingSlider ul li { 
display: block; 
float: left; 
padding: 0; 
height: 330px; 
width: 493px; 
margin: 0; 
}

/*
  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; 
}