	#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;	
		background-color:#FFF;
		border:1px solid #E2EBED;
		margin-top:10px;
	}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
		text-align:center;
				
	}
	.contentContainer{
		padding-left:2px;
		padding-right:2px;
		padding-bottom:2px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	
	/* END CSS FOR THIS DEMO */
	
	/* CSS FOR SLIDESHOW SCRIPT */
	div.thumbnail_block {
	background-color:#FFFFFF;
	margin-right:auto;
	padding:0;
	position:relative;
	text-align:center;
	background-position: center center;
	width:177px;	/* Image width */
	
	}
	div.thumbnail_block img {
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #9B9A9A;
	background-position: center center;
	}

	.imageSlideshowHolder,.imageSlideshowHolder_left{
		border:#00CCFF;
		border-collapse:collapse;
		margin:1px;	/* "Air" */		
		width:177px;	/* Image width */
		height:150px;	/* Image height */		
		position:relative;	/* Don't remove this line */
		vertical-align:middle;
		background-position: center center;
		
	}
	.leftFloatingDiv{
		float:left;
		height:160px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
