#imageLayer, #imageLayer img {
	height: 350px;
}
#imageLayer {
	border: 1px solid #555;
	margin: 0 auto 60px;
	padding: 0;
	position: relative;
	width: 500px;
}
#imageLayer img {
	border: none;
	height: 100%;
	width: 100%;
}
#caption {
	bottom: -24px;
	left: 0;
	position: absolute;
}