#imageContainer {
	height: 169px;
	width: 980px;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
}
#imageContainer img {
	display:none;
	top:0;
	left:0;
	height: auto;
	position: absolute;
}
