.pro_left {
	position: relative;
	float:left;
	width: 8%;
	margin-top:20px;
	padding-left: 20px;
	box-sizing: border-box;
}
.pro_gallery {

	float:left;

	width: 50%;

	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:100%;
	margin-bottom: 10px;
  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 {
	width: 100%;
	height:auto;
}

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

