	body{
		margin:0px;
		margin-top:0px;
		width:100%;
		text-align:top;
		background-color:#ffffff;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	#mainContainer{
		margin:0 auto;
		width:300px;
		text-align:left;
		background-color:#ffffff;
		padding:0px;
		
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:300px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
	overflow:hidden;
	height:140px;
	position:relative;
	float:left;
	left: 0px;
	top: 0px;


	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:300px;	/* Width of large image div */
		height:240px;	/* Height of large image div */
		float:left;
		padding-left:0px;	/* "Air" */
		padding-right:0px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:0px solid #666666;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{
	width:300px;
	padding:0px;
	position:absolute;
	left: 0px;
	top: 10px;


	}
	.strip_of_thumbnails div{
		width:300px;
		height:140px;
		padding:2px;
		text-align:left;
		padding-left:4px;	/* "Air" */

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:2px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		padding:3px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:300px;
	}	
