	#mainContainer{
		margin:0 auto;
		width:700px;
		text-align:left;
		background:#E2EBED;background:#fff;
		padding:3px;
		border:0px solid #317082;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:240px;width:99%; margin:0 8px
	}
	#DHTMLgoodies_panel_one{		
		float:left;	position:relative;width:100%; height:145px;
		background:url(../images/aboutus_bg.jpg) no-repeat 0 0;
	}
	#DHTMLgoodies_arrows{width:95%;position:absolute; top:28px; left:0; margin:0 17px;}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:280px;height:100px;width:581px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left; margin:15px 0 0 67px;_margin:15px 0 0 30px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:400px;width:100%;	/* Width of large image div */
			/* Height of large image div */
		float:left;text-align:center;
		padding:10px 35px;padding:10px 0px;	/* "Air" */
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
		border:0;
	}
	#DHTMLgoodies_largeImage table td{border:0;}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:5px solid #317082;	/* Border around large image */
		border:0px solid #84b2e7;
		padding:4px;
		text-align:center;
		margin:0px auto;
		max-height: 680px;
		max-width: 580px;
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:585px;	/* Width of strip */
		padding:5px 0;	/* "Air" inside filmstrip div */
		position:absolute; z-index:99999;

	}
	.strip_of_thumbnails div{
		width:130px;
		height:100px;
		padding:2px 7px 2px 7px;
		text-align:center; float:left; 

	}
	.strip_of_thumbnails a img{
		border:0px;
		padding:5px 5px 12px;
		width:120px;
		height:76px;
		background:url(../images/aboutus_imgbg_hover.jpg) no-repeat 50% 0%;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #317082;	/* Green border around active thumbnail */
		padding:5px 5px 15px;padding:1px;border:4px solid #2668a9;
		margin:0px 0 0 0;	
		background:url(../images/aboutus_imgbg9.jpg) no-repeat 50% 30%;
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:10000px;
	}	