#imageContainer {
      float:left;
	/*width:320px;*/
      /*height:240px;*/
	/*border:1px solid green; testing only ... */
}

#imageContainer img {
	display:none;
	position:absolute;
	border:1px solid #e0e0e0;
	top:0; left:0;
}