#imageContainer1 {
	position:relative;
	margin:0px;
	width:400px;
	height:200px;
	border:0px none #000;
}
#imageContainer1 img {
	display:none;
	position:absolute;
	top:0; left:0;
	width:400px;
	height:200px;
}

#imageContainer2 {
	position:relative;
	margin:0px;
	width:400px;
	height:200px;
	border:0px none #000;
}
#imageContainer2 img {
	display:none;
	position:absolute;
	top:0; left:0;
	width:400px;
	height:200px;
}
