#imageContainer 
{ 
	height:280px;
	background-color: #e2e2e4;
}

#imageContainer img 
{ 
/*	display:none;	 */
	position:absolute; 	
	top:0px; left:0px; 	
	height:330px;  	
	width:1000px; 	
	opacity: -0.01; 
}

