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

#slideContainer {
	width: 162px;
	height: 180px;
	text-align: center;
	background-color: #F2F2F2;
	padding: 5px;
	border: 5px solid #CCC;

}
#slideshow {
	width: 162px;
	height: 180px;
	position:relative
}
.slide-image {
	position: absolute;
	top: 1px;
	left: 31px;
	width: 162px;
	height: 180px;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat 
}
code {
	font-family: monospace;
	font-size: 1.2em;
}