#imageContainer {
position:relative;
overflow: hidden;
width:766px;
height:383px;
margin:10px;
}

#imageContainer img {
position:relative;
top:0; left:0;
}