﻿	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:400px;
	}
	#DHTMLgoodies_arrows{	/* Width of divs for thumbnails */
		width:400px;
	}
	#DHTMLgoodies_panel_one{	/* Width of divs for thumbnails */
		width:400px;
	}
	#DHTMLgoodies_panel_one{		
		float:right;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:420px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:right;
		margin-right: 7px;
		margin-top: 3px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:420px;	/* Width of large image div */
		height:300px;	/* Height of large image div */
		float:left;
		margin-left:10px;
		margin-right:5px;	
	}
	#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 #435c54;	/* Border around large image */
	}
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:200px;	/* Width of strip */
		/* height:420px; */
		padding:0px;	/* "Air" inside filmstrip div */
		position:absolute;
		display: inline;
	}
	.strip_of_thumbnails div{
		width:200px;
		height:136px;
		/*padding:2px;*/
		text-align:center;
		display: block;
	}
	.strip_of_thumbnails img{
		border:0px;
		padding:2px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #435c54;	/* Green border around active thumbnail */
		padding:0px;
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
		padding-right:10px;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:200px;
		height:420px;
		/*display: table;*/
	}
	.pics-zone {
		float:left;
		height:440px;
		margin-bottom:5px;
		margin-top:5px;
		text-align:left;
		width:850px;
	}
