	#mainContainer{
		width:475px; 
		height: 338px;
		margin:0 auto;
		text-align:left;	
		float:right;

 /*#FFF;	*/
		margin-top:20px;
	}
	
	.contentContainer{
		padding-left:20px;
		padding-right:0px;
		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" 5 */
		float:left; /* Floating gallery at the right side of other web page content */		
		width:315px;	/* Image width 151*/
		height:240px;	/* Image height 100*/
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:right;
		width:320px;   /*160*/
		height:120px;  /*110*/
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:40px;
	}
