	#mainContainer{
		width:365px;
		margin:0 auto;
		text-align:right;	
		background-color:#FFF;
		border:1px solid #E2EBED;
		margin-top:10px;
		float:right
	}
	.mainContentRight.banner { clear:both; float:none; display: inline-block;}
	
	.contentContainer{
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	
	/* END CSS FOR THIS DEMO */
	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:0px;	/* "Air" */	
		width:100%;	/* Image width */
		height:196px;	/* Image height */

		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:100%;
		height:196px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
}