/*
    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: 910px;
	height: 600px;
	position: relative;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.anythingSlider .wrapper                {
	width: 910px;
	overflow: auto;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul             {
	width: 10010px;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 600px;
	width: 910px;
	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; }
