
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	width: 800px;
	height: 300px;
	background-color: #FFF;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#example {
	/* background image loaded in html file*/
	/* border: 5px solid #FFFFFF; */
	position: relative;
	width: 800px;
	height: 300px;
	float: left;
}

#content {
	width: 800px;
	height: 300px;
	text-align: center;
	background-color: #000000;
	padding: 0px;
	/* border: 5px solid #CCC; */
}