#imageSlideshowHolder {

	width: 364px;
	position: relative;	/* Never change this value */
	
}
.imageInGallery {		
	width: 364px;

	/* Never change these 3 values */
	left: 0;
	top: 0;
	position: absolute;	
}
