#imageContainer {
	position:relative;
	width:241px;
	height:150px;
}


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