.pro_gallery {

	float:left;

	width: 63%;

	margin-bottom:30px;

	margin-top:20px;

}
.pro_gallery .slick-slide {
	margin-bottom: 10px;
}
#pd_thumb {
	text-align: center;
}

#pd_thumb > div {
	display:inline-block;
	width:100px;
	padding: 3px;
  box-sizing: border-box;

}
#pd_thumb > div a {
	display:block;
}

#pd_thumb > div img {

	width:100%;

	height:auto !important;

	cursor:pointer;

}

.pd_bigimg {

	width: 100%;

	min-height: 427px;

	overflow: hidden;

	text-align: center;

	margin-bottom: 10px;

}

.pd_bigimg img {
	max-width: 100%;
	width: auto;
	height:auto;
}

@media only screen and (min-width: 1000px) {
	.pro_gallery .slick-track {
		width: 100% !important;
		transform: translate3d(0px, 0px, 0px) !important;
	}
}

