	#mainContainer{
		width:720px;
		margin:0 auto;
		text-align:left;	
		background-color:#FFF;
		}
	.contentContainer{
		
		padding-bottom:1px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	

	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		float:left; /* Floating gallery at the right side of other web page content */		
		width:720px;	/* Image width */
		height:480px;	/* Image height */
		top:50px;		
		position:absolute;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		
		
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
	position:absolute;
	
	
	}
