#example {
	position: relative;
	border: 0px solid #ffffff;
	width: 900px;
	height: 300px;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	width: 900px;
	height: 300px;
	background-color: #3C0D07;
	background-position: center center;
	background-repeat: no-repeat 
}

