
/* SLIDER STYLES */
	
.slider-wrapper{
	position:absolute;
	overflow:hidden;
	
	width:100%;
	
	margin:0px;
	top:35px;
	
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
}


