	#mainContainer{
		width:970px;
		margin:0 auto;
		text-align:left;	
		background-color:#FFF;
		border:1px solid #E2EBED;
		margin-top:15px;
	}
	.contentContainer{
		padding-left:5px;
		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: 0px 20px 0px 0px;	/* "Air" */
		
		/*float:right; /* Floating gallery at the right side of other web page content */		
		width:132px;	/* Image width */
		height:110px;	/* Image height */
		
		/*padding-top: 15px;
		margin-top: 15px;*/
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:132px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:38px;
		top:15px;
	}
	a
	{
		text-decoration: none;
	}
