	#mainContainer{
		width:420px;
		margin:0 auto;
		text-align:left;	
		background-color:#FFF;
	/*	border:1px solid #E2EBED;*/
		margin-top:10px;
	}
	
	.contentContainer{
		padding-left:0px;
		padding-right:10px;
		padding-bottom:10px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:20px;
	}
	
	/* 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:151px;	/* Image width 151*/
		height:100px;	/* Image height 100*/
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:right;
		width:180px;   /*160*/
		height:110px;  /*110*/
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

