.gallery_thumb {
	padding: 10px 3px 1px 3px;	
	float: left;		
	position: relative;
	width: 140px;	
	height: 110px;
}
.gallery_thumb div.image {
	border: #e3e3e3 1px solid; 
	padding: 4px;
	float: left; 
	/*width: 110px; */	
}
.gallery_thumb div.image img {
	border: 0px; 
	padding: 0px; 	
	float: left;	
	margin: 0px; 
	/*width: 110px;	
	height: 82px;	*/
}
.gallery_thumb div.image a {
	display: block; 
	font-size: 0px;
	float: left; 
	overflow: visible; 
	/*width: 110px; 
	height: 82px;*/
	line-height: 0px; 
	position: relative; 	
	background-color: #f3f3f3;
	}

.gallery_thumb div.description {
	clear: both; 
	padding-left: 2px; 
	font-size: 12px;
	float: left; 
	margin-bottom: 5px; 
	width: 120px; 
	color: #dd2f64; 
	text-align: center;
}
