#example {
	position: relative;
	border: 0;
	width: 900px;
	height: 200px;
	z-index: 0;
}
.slide-image {
	position: absolute;
	top: -50px;
	z-index: 0;
	left: 0;
	padding: 0;
	width: 900px;
	height: 200px;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat 
}
