#imageContainer {
	position:relative;
	margin:auto;
	width:994px;
	height:313px;
	overflow:hidden;
}

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