/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
	/*border:2px solid black;*/
		/*float:left;  Floating gallery at the right side of other web page content */		
		width:200px;	/* Image width */
	height:250px;	/* Image height */
	position:absolute;	/* Don't remove this line */
	left: 14px;
	top: 23px;
	}
	/*.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}*/
	/* Don't change these values */
	.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;	/* Image width */
	z-index: 2;
	}

/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder1,.imageSlideshowHolder1_left{
	/*border:2px solid black;*/
		/*float:left;  Floating gallery at the right side of other web page content */		
		width:200px;	/* Image width */
	height:250px;	/* Image height */
	position:absolute;	/* Don't remove this line */
	top: 22px;
	left: 245px;
	}
	/*.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}*/
	/* Don't change these values */
	.imageSlideshowHolder1 img{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;	/* Image width */
	z-index: 7;
	}
	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder2,.imageSlideshowHolder2_left{
	/*border:2px solid black;*/
		/*float:left;  Floating gallery at the right side of other web page content */		
		width:200px;	/* Image width */
	height:250px;	/* Image height */
	position:absolute;	/* Don't remove this line */
	left: 466px;
	top: 23px;
	}
	/*.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}*/
	/* Don't change these values */
	.imageSlideshowHolder2 img{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;	/* Image width */
	z-index: 10;
	height: 250;
	}

