/*
    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: 264px; 
	height: 382px; 
	position: relative; 
	margin: 0px; 
	background: transparent;
}
.anythingSlider .wrapper               
{
	width: 264px;
	overflow: hidden;
	height: 405px;
	background: transparent;
	margin:0px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul             
{ 
    width: 9999px; 
	list-style: none; 
	position: absolute; 
	top: 0; left: 0; 
	background: transparent; 
	border-top: 0px; 
	border-bottom: 0px; 
	margin: 0;
	padding:0px;
}
.anythingSlider ul li                   
{ 
    display: block; 
    float: left;
    padding: 0px; 
    height: 400px; 
    width: 264px; 
    margin: 0px; 
	background: transparent;
	list-style: none;
}
.anythingSlider .wrapper ul ul          { position: static; margin: 0; padding:0px; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: left; height: auto; width: auto; background: none; margin:0px; padding-bottom:5px; padding:0px; }

