#mainContainer{
		margin:0 auto;
		width:730px;
		text-align:left;
		background-color:#FFF;
		padding:3px;
	}
	.clear{
		clear:both;
	}
	
	#DHTMLgoodies-holder { width: 420px; height: 250px; margin: 0; padding: 10px 0 0 0; float: left; clear: left; }
	
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	
		width: 300px;
	}
	#DHTMLgoodies_panel_one{		
		float:left; clear: both;
	}
	#DHTMLgoodies_arrows { display: none; }
	
	#DHTMLgoodies_thumbs{
		overflow:hidden;	
		height:100px;	
		position:relative;	
		float:left;
	}
	#DHTMLgoodies_largeImage{	
		width:250px;	
		height:240px;	
		float:left;
		padding-left:10px;	
		padding-right:10px;	
	}
	#DHTMLgoodies_largeImage table{	
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	
		border:0;	
	}
	
	
	.strip_of_thumbnails{	
		width:200px;	
		height: 150px;
		padding:5px;	
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:110px;
		height:100px;
		padding:2px;
		text-align:center;
		float: left;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:5px;
	}
	.strip_of_thumbnails .activeImage{	
		border:1px solid #CDC4AA;	
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	
		width:1000px;
	}	
