/* SLIDER STYLES */
	
.slider-wrapper{
	background: url("../img/03.png");
	background-repeat: repeat-x;
	position:relative;
	overflow:hidden;
	width:100%;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
}
#video_sunset{
	display: block;
	margin: 20px auto;
	width: 90%;
}
@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}
