#imageContainer {
    background: none repeat scroll 0 0;
	width: 536px;
	height: 181px;
	position: relative;
}


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