	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder1{
		margin:5px;	/* "Air" */
		/*float:right;  Floating gallery at the right side of other web page content */		
		width:154px;	/* Image width */
		height:202px;	/* Image height */
		position:relative;	/* Don't remove this line */
	}
	.imageSlideshowHolder2{
		margin:5px;	/* "Air" */
		/*float:right;  Floating gallery at the right side of other web page content */		
		width:214px;	/* Image width */
		height:164px;	/* Image height */
		position:relative;	/* Don't remove this line */
	}
	/* Don't change these values */
	.imageSlideshowHolder1 img{
		position:absolute;
		left:0px;
		top:0px;
	}
.imageSlideshowHolder2 img{
		position:absolute;
		left:0px;
		top:0px;
	}
