#imageContainer {
	position: relative;
	height: 380px;
}

#imageContainer img {
	display:none;
	top:0;
	left:0;
	position: absolute;
}
