.nssg-gallery{
	max-width: 936px;
	margin: 0 auto;
}
.nssg-gallery img{
	max-width: 100%;
}
.nssg-gallery .nssg-big{
	position: relative;
}
.nssg-gallery .nssg-big .nssg-title{
	position: absolute;
	top: 30px;
	left: 0;
	background: #222222;
	color: white;
	padding: 10px;
	font-weight: bold;
}
.nssg-gallery .nssg-thumbs{
	margin: 0 -1%;
}
.nssg-gallery .nssg-thumbs:after{
	content: "";
	display: block;
	clear: both;
}
.nssg-gallery .nssg-thumbs img{
	display: block;
	float: left;
	width: 31.33%;
	margin: 2% 1%;
	cursor: pointer;
}
.nssg-gallery .nssg-thumbs img:nth-child(n+4) {
    margin-top: 0px;
}