	#mainContainer{
		width:640px;
		height:475px;
		margin:0 auto;
		background-color:#FFF;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
		padding-top:20px;
		vertical-align:middle;
	}
	
	
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	
	/* END CSS FOR THIS DEMO */
	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		
		width:640px;	/* Image width */
		height:475px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
