	#mainContainer{
		width:250px;
		margin:0 auto;
		text-align:left;	
		background-color:;
		border:0px solid ;
		margin-top:10px;
	}
			.contentContainer{
		padding-left:5px;
		padding-right:10px;
		padding-bottom:10px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	
		.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:15px;	/* "Air" */
		float:right; /* Floating gallery at the left side of other web page content */		
		width:200px;	/* Image width */
		height:200px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:400px;
		height:150px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}