	#mainContainer{
	width:630px;
	text-align:left;
	background-color:#FFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999;
	margin: 0px 0px 10px 10px;
	}
	body{
		font-family: arial, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
		text-align:center;
		background-color:#317082;		
	}
	.contentContainer{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px 10px 10px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	
	/* END CSS FOR THIS DEMO */
	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
	margin:5px 5px 5px 10px;	/* "Air" */
	float:right; /* Floating gallery at the right side of other web page content */
	width:150px;	/* Image width */
	height:150px;	/* Image height */
	position:relative;	/* Don't remove this line */
	padding-left: 10px;
	}
	.leftFloatingDiv{
	float:left;
	width:150px;
	height:150px;
	left: 23px;
	top: 300px;
	margin-right: 35px;
	margin-bottom: 10px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
	position:absolute;
	left:2px;
	top:2px;
	color: #3878BB;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 7px;
	}
