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


.thumb-gallery{
	width: 100%;
}

.gldiv{
	width: 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; 
}
.gldiv2{
	width: 46.5%;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; 
}


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


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










