/* CSS FOR SLIDESHOW SCRIPT */
	.slideshow {
		width: 750px;
		height: 290px;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

	.imageSlideshowHolder,.imageSlideshowHolder_left{
		background: none;
		margin:0px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */
		width:750px;	/* Image width */
		height:290px;	/* Image height */
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:750px;
		height:290px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		right:0px;
		top:0px;
	}

