.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;
}
.nsi-gallery-title {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-family: arial;
	padding: 6px 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 {
	min-width: 177px; /*thumbnail width plus 50px*/
}
.nsi-gallery-image {
	width: 127px; /*set by backend thumbnail width*/
	height:127px; /*set by backend thumbnail height*/
}
#nsi-photo-galleries {
    border-top: 1px dashed #CCCCCC;
    margin-top: 15px;
}
.nsi-related-gallery-image-name-alignment {
    width:141px
}
