@charset "utf-8";
/* CSS Document */

/* change the height of the image container to match the height of the images, if they are the same size */
#imageContainer {
	height:401px;
	width:472px;
	position:relative;
}

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

