.nsi-gallery-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9000em;
	border: 7px solid #fff;
	box-shadow: 0px 3px 12px #ccc;
	margin: 7px auto;
}
.nsi-gallery-title {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-family: arial;
	padding: 0px 5px 15px 5px;
        /*color: blue;*/
}
.nsi-gallery-item {
	display: inline-block;
	vertical-align: top;
}
.nsi-gallery-image:hover {
	box-shadow: 0px 3px 12px #aaa;
}


.nsi-gallery-item {
	width: 32%; /*set by backend based on number per line*/
	min-width: 200px; /*thumbnail width plus 50px*/
}
.nsi-gallery-image {
	width: 150px; /*set by backend thumbnail width*/
	height: 150px; /*set by backend thumbnail height*/
}
