.pro_gallery {

	float:left;

	width: 50%;

	margin-bottom:30px;

	margin-top:40px;

}

#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;
}

