	#mainContainer{
		margin:0 auto;
		text-align:left;	
		background-color:#FFF;
		border:1px solid #E2EBED;
		margin-top:20px;
	}
	.contentContainer{
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	
		/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		5	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */
	width:300;	/* Image width */
	height:170px;	/* Image height */
	position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:150px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
	position:absolute;
	left:2px;
	top:34px;
	overflow: auto;
	width: 300px;
	}
