/*
    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: 580px; height: 520px; position: relative;}
.anythingSlider .wrapper                {
	width: 600px;
	overflow: hidden;
	height: 560px;
	position: relative;
	margin-top: 20px;
	margin-left: 0px
}
.anythingSlider .wrapper ul             {
	width: 99999px;
	list-style: none;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 20px;
	margin: 0px 0px 0px 0px;
	overflow:hidden
}
.anythingSlider ul li                   { display: block; float: left; padding: 0px 0px 0px 0px; height: 520px; width: 580px; margin: 0px 0px 0px 0px; }
                      { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: hidden; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }