	#container {
			width: 100%;
			height: 476px;
			overflow: hidden;
	}
	.sections,.section {
		height:100%;
	}
	#container,.sections {
		position: relative;
	}
	.section {
		background-color: #000;
		background-size: cover;
		background-position: 50% 50%;
		text-align: center;
		color: white;
	}
	#section0 {
		background-image: url('images/1.jpg');
	}
	#section1 {
		background-image: url('images/2.jpg');
	}
	#section2 {
		background-image: url('images/3.jpg');
	}
	#section3 {
		background-image: url('images/4.jpg');
	}