#imageContainer {
	height:133px;
	position: relative;
	text-align: center;
}

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

