.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	width: 860px;
	height: 208px;
	/* background-color: #FFF; */
	background-position: center center;
	background-repeat: no-repeat 
}
#example {
	/* background image loaded in html file*/
	/* border: 5px solid #FFFFFF; */
	position: absolute;
	width: 860px;
	height: 208px;
	float: left;
	z-index: 1;
}
