/*
    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: 960px;
	height: 343px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:absolute; 
	top:120px; 
	z-index:1;
	
}
.wrapper {
	width: 960px;
	overflow: auto;
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

.wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
/*	border-top: 0px solid #e0a213;
	border-bottom: 3px solid #e0a213;
	background-color: #e3e3e3;
*/	
	
}

.anythingSlider ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 343px; 
	width: 960px; 
	margin: 0px;
	}


/*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; 
}
