.imageSlideshowHolder3 {
	margin:0px;	/* "Air" */
	width:270px;	/* Image width */
	height:400px;	/* Image height */
	position:relative;	/* Don't remove this line */
}
.imageSlideshowHolder3 img {
	position:absolute;
	left:0px;
	top:0px;
}
