
.gallary-container{
	text-align: center;max-width:1160px;margin:0 auto;
}


.thumb-gallery{
	max-width: 100%;
}

.gldiv{
	width: 21.95%;display: inline-block;margin: 1.3%;height: auto;vertical-align: top;text-align: center;font-weight: bold;font-size: 14px;
	border:1px solid #bcbcbc;border-radius:3px; 
}

.gldiv2{
	width: 30.30%;display: inline-block;margin: 1.3%;height: auto;vertical-align: top;text-align: center;font-weight: bold;font-size: 14px;
	border:1px solid #bcbcbc;border-radius:3px; 
}

.gldiv3{
	width: 47%;display: inline-block;margin: 1.3%;height: auto;vertical-align: top;text-align: center;font-weight: bold;font-size: 14px;
	border:1px solid #bcbcbc;border-radius:3px; 
}

.pro-name{
	font-size: 16px;
}

.pro-code{
	color: #4D5C9C;
}


@media handheld, only screen and (max-width: 1024px){
	
	.gldiv{
	width: 47%;
}

	.gldiv2{
	width: 47%;
}
	
}


@media handheld, only screen and (max-width: 768px){
	
	.gldiv{
	width: 95%;
}

	.gldiv2{
	width: 95%;
}

	.gldiv3{
	width: 95%;
}
	
}










