#imageContainer {
	height:350px;
	width:285px;
	overflow: hidden;
	position: absolute;
	margin-left: 250px;
}

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

