.overflow{
	overflow:hidden;
}
.hide{
	display:none;
}
ul.lightgallery {
	padding: 0;
}
.lightgallery li:nth-child(4n+1),
	.lightgallery li:nth-child(11n+1),
	.lightgallery li:nth-child(47n+1){
		float:left;
		width:39.5%;
		margin:2px .25%;
		height:200px;
		overflow:hidden;
	}
	.lightgallery li{
		float:left;
		width:29.5%;
		margin:2px .25%;
		height:200px;
		overflow:hidden;
	}
		.lightgallery li a{
			margin:0;
		}

		.gallery-thumb{
	float:left;
	width:220px;
	display:inline;
	margin:0 6px;
}
	.gallery-thumb img{
		width:220px;
		height:150px;
		border:1px solid #000;
	}