	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:0px auto 0 auto;	/* "Air" */
		width:206px;	/* Image width */
		height:186px;	/* Image height */
		position:relative;	/* Don't remove this line */
		padding-top:5px;
		padding:0px; border:1px solid #ccc
	}
	.leftFloatingDiv{
		float:right;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:2px;
		top:2px;
		width:202px;
		height:182px;
	}
