	/* CSS FOR SLIDESHOW script */
	.imageSlideshowHolder{
		margin:0px;	/* "Air" */
		/* float:right; Floating gallery at the right side of other web page content */		
		width:180px;	/* Image width */
		height:80px;	/* Image height */
		text-align:center;
		position:relative;	/* Don't remove this line */
	}
	.imageSlideshowHolder img{
		width:90px;	/* Image width */
		height:75px;	/* Image height */
		margin-left:45px; margin-top:5px;
	}
	.imageSlideshowHolder a img{
		border:1px solid #000000;
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
