#imageContainer {
	position:relative;
	margin:auto;
	width:960px;
	border:0px solid #000;
}

/* styles unrelated to the application follow */

#imageContainer {
	height:269px;
	overflow:hidden;
}

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