	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:0px 0px 10px 0;	/* "Air" */
		display:block;
		width:528px;	/* Image width */
		height:382px;	/* Image height */
		position:relative;	/* Don't remove this line */
		clear:both;
		border:1px solid #999999;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
