.main_image a {color: #fff;}

/*--Main Image Preview--*/
.main_image {
	
margin-left: -12px;
	
}

.main_image img{
	border:0;
}

.image_thumb {
	float: left;
	width: 170px;
	background: #fff;
}

.holder{
	background: #fff;}
	
.block h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #616b2d;
	margin: 0 0 0 10px;
}
.block h3
 {
	margin: 0px 0 5px 20px;
	font-size: 1em;
	font-weight:normal;
 }

.image_thumb ul {
	margin: 5px 0 0 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 5px;
	/*
background: #f0f0f0;
*/
	width: 20px;
	height: 20px;
	float: left;
	text-align:center;
/*
	border: 1px solid #ccc;
*/

}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: white;
	cursor: default;
	color: white;
	border: none;
}
.image_thumb ul li h2 {
	font-size: 12px; 
	margin: 5px 0 5px 10px; 
	padding: 0;
	text-align:left;
	font-weight: normal;
}
.image_thumb ul li h3 {
	 
	margin: 5px 0; 
	padding: 0;
	
	text-align:left;
	
	font-size: 1.5em;
font-weight: normal;
color: #616b2d;

	
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 2px;
	padding: 0;
	width: 120px;
	display:none;
}	