.gallery_preview {
    position: relative;
    float: left;
	width: 44%;
	margin-top: 42px;
	background-color:#fff;
}
.gallery_preview img {
	position:absolute;
	display:none;
	width: 100%;
}
.gallery_thumbs {
    float: right;
    width: 52%;
    margin:42px 0 0 0 !important;
	padding:0;
	list-style:none;
}
.gallery_thumbs li {
    position: relative;
    width: 18%;
	display: inline-block;
	border:1px solid #ddd;	
	padding:3px;
	margin: 0 4px 8px 4px !important;
	cursor:pointer;
}
.gallery_thumbs li.active {
	border: 1px solid #999;
	background: #fff;
}

.gallery_thumbs img {
	position:relative;
	width: 100%;
	overflow:hidden;
	z-index:1;		
}