	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:0px;	/* "Air" */
		display:block;
		width:671px;	/* Image width */
		height:343px;	/* Image height */
		position:relative;	/* Don't remove this line */
		clear:both;
		overflow:hidden;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
	
	.imageSlideshowHolder1,.imageSlideshowHolder1_left{
		margin:0px;	/* "Air" */
		display:block;
		width:330px;
		height:351px;
		position:relative;	/* Don't remove this line */
		overflow:hidden;
		float:right;
	}
	/* Don't change these values */
	.imageSlideshowHolder1 img{
		position:absolute;
		left:0px;
		top:0px;
	}