	#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;	
		background-color:#FFF;
		border:1px solid #E2EBED;
		margin-top:10px;
	}
	.contentContainer{
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
	}
	.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:151px;	/* Image width */
		height:165px;	/* Image height */
		margin-left:37px;
		position:relative;	/* Don't remove this line */
	}
	.imageSlideshowHolder1,.imageSlideshowHolder_left{
		/*margin:5px;	/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */		
		width:318px ;	/* Image width */
		height:292px;	/* Image height */
		margin-left:5px;
		position:relative;	/* Don't remove this line */
	}
	.imageSlideshowHolder2,.imageSlideshowHolder_left{
		/*margin:5px;	/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */		
		width:715px;	/* Image width */
		height:432px;	/* Image height */
		margin-left:0px;
		position:relative;	/* Don't remove this line */
	}
	.imageSlideshowHolder3,.imageSlideshowHolder_left{
		/*margin:5px;	/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */		
		width:239px;	/* Image width */
		height:185px;	/* Image height */
		margin-left:0px;
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
	.imageSlideshowHolder1 img{
		position:absolute;
		left:0px;
		top:0px;
	}
	.imageSlideshowHolder2 img{
		position:absolute;
		left:0px;
		top:0px;
	}
	.imageSlideshowHolder3 img{
		position:absolute;
		left:0px;
		top:0px;
	}
