	#mainContainer{
		text-align:left;
		float:left;
		clear:both;
		padding:0px;
		padding-bottom:2px;
	}
	#DHTMLgoodies_thumbs{
		position:relative;	/* Never change this */
		float:left;
		height:100px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
	/* Width of large image div */
		overflow:hidden;
		min-height:300px;
		text-align:left;		
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		text-align:center;
		text-align:left;
	}
	#DHTMLgoodies_largeImage table td{
		vertical-align:top;
		text-align:left;
	}
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		margin-top:10px;
		float:left;
	}
	.strip_of_thumbnails div{
		width:80px;
		height:90px!important;
		text-align:center;
		float:left;
		margin-right:10px;		

	}
	.strip_of_thumbnails div img{
		float:left;
	}
	.strip_of_thumbnails img{
		width:80px;
		height:80px;
		float:left;
		border:none;
	}
	.strip_of_thumbnails a{
		border:1px solid #d8d8d8!important;
		float:left;
		width:80px;
		height:80px;
	}		
	.strip_of_thumbnails a:hover img{
	opacity:0.4;
	filter:alpha(opacity=40)
	}	
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		float:left;
		width:400px;
		padding-top:10px;
	}	