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