/*body {
	padding: 5em;
}*/

#slideContainer {
	width: 520px;
	height: 474px;
	text-align: center;
	background-color: #F2F2F2;
	padding: 5px;
	border: 5px solid #CCC;
}
#slideshow {
	width: 775px;
	height: 580px;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 775px;
	height: 580px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat 
}
code {
	font-family: monospace;
	font-size: 1.2em;
}