
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder{
		margin:0 auto;		
		width:986px;
		height:355px;
		position:relative;
	}

	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

