	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
	/* 	float:right; Floating gallery at the right side of other web page content */		
		height:700px;	/* Image height */
		width:850px;	/* Image width */
		
		position:relative;	/* Don't remove this line */
/*
	border-style:double;
	border-color: #663300;
	border-width:medium;
 */

	}

	/* 
	 *	Don't change these values 
	 */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:5px;
	}
