	body{
		margin:0px;
		margin-top:25px;
		width:100%;
		text-align:center;
		background-color:#E2EBED;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	#mainContainer{
	margin:0 auto;
	width:240px;
	text-align:left;
	background-color:#FFF;
	padding:3px;
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	width:244px;
	}

	#DHTMLgoodies_panel_one{
	float:none;
	height: 335px;
	}
	#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
	height:300px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:left;
	}


	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:115px;	/* Width of strip */
	padding:5px;	/* "Air" inside filmstrip div */
	position:absolute;

	}
	.strip_of_thumbnails div{
	width:111px;
	height:90px;
	padding:0px;
	text-align:center;

	}
	.strip_of_thumbnails img{
	padding:5px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	padding:5px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
