.pro_gallery {

	float:left;

	width: 50%;

	margin-bottom:30px;

	margin-top:20px;

}

#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%;
	max-width: 500px;
    margin: 0 auto;
	min-height: 427px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;

}
@media (max-width: 600px) {
	.pd_bigimg {
		min-height: 345px;
	}
}

.pd_bigimg #pdImg {
	position: relative;
    width: 100%;
    display: block;
    /*padding-top: 133.2%;*/
}

.pd_bigimg img {
	width: 100%;
	/*position: absolute;
    top: 0;
    left: 0;*/
}

