#imageContainer {
	position:relative;
	margin:auto;
	width:580px;
	height:260px;
	border:none;
	
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
	width:245px;
	height:300px;
}

#imageContainer IMG{width:245px;height:300px;}