	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:160px;
	}
	#DHTMLgoodies_panel_one{		
		text-align:left;
		width:160px;
		/*float:left;	*/
	}
	#DHTMLgoodies_arrows
	{
		
	}
	#DHTMLgoodies_thumbs{
		width:160px;
		overflow:hidden;	/* Don't change this */
		height:380px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:200px;	/* Width of large image div */
		height:310px;	/* Height of large image div */
		float:left;
		padding-left:40px;	/* "Air" */
		padding-right:10px;	
	}
	#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:3px solid #71aacc;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:150px;
		
		text-align:center;

	}
	.strip_of_thumbnails img{
		margin-bottom:4px;
		border:2px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:2px solid #71aacc;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
			}	