	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		position:absolute;
		left:78px;
		top:240px;
		width:392px;	/* Image width */
		height:147px;	/* Image height */
		
	}
	.leftFloatingDiv{
		position:absolute;
		left:470px;
		top:0px;
		width:392px;
		height:147px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
