#imageContainer {
	width:350px;
	border:1px;
	border-color: #000000;
	height: 416px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 9px;
}
#imageContainer img {
	display:none;
	position:absolute;
	top: 0;
	left: 0px;
	height: 416px;
}
