#mainContainer{
		margin:0 auto;
	}
	.contentContainer{
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	
	
	.imageSlideshowHolderx,.imageSlideshowHolder_leftx{
	margin:0px;	/* "Air" */
	float:center; /* Floating gallery at the right side of other web page content */
	width:600px;	/* Image width */
	height:250px;	/* Image height */
	position:relative;	/* Don't remove this line */
	}
	
	/* Don't change these values */
	.imageSlideshowHolder img{
	position:absolute;
	left:-135px;
	top:0px;
	}
.imageSlideshowHolderx img{
	position:absolute;
	left:42px;
	top:13px;
	height: 231px;
	width: 540px;
	}

