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