body {
	
}

#content {
	width: 300px;
	height: 200px;
	text-align: center;
	
	
}
#example {
	position: relative;
	width: 300px;
	height: 200px;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	width: 300px;
	height: 200px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat 
}
code {
	font-family: monospace;
	font-size: 1.2em;
}