#imageContainer {
	float:left;
	margin:90px 0px 0 0; 
	width:678px;
	height:260px;
	overflow:hidden;
	/*	
	border: 1px solid #CCC;
	overflow: hidden;
	width: 500px;  
	height: 250px; 
	margin-left:20px;
	*/
}

#imageContainer img {
	/*border: 0px none;*/
	width:678px;
	height:260px;
	display:none;
	position:absolute;
	
}