#imageContainer {
	float: left;
	height: 110px;
	margin-top: 3px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#imageContainer img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
