
#imageContainer {
position:relative;
margin:0;
width:800px;
height:210px;
overflow: hidden;
border:0;
}
#imageContainer img {
display:none;
position:absolute;
top:0; left:0;
}
