.ngg-gallery-thumbnail img {
	border:1px solid #87714a;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #cdc5b9;
}

#shName {
	clear: both;
	border-bottom: 1px solid #555;
	padding-bottom: 3px;
	font-size: 0.9em;
/* 	text-align: left; */
}

#shCount {
	padding-top: 5px;
}

#shClose {
	width: 100px;
	text-align: center;
	padding-top: 10px;
	clear: both;
	margin: 0px auto;
}

#shClose a {
	color: #999;
	display: block;
}

#shClose a:hover {
	color: white;
	text-decoration: none;
}

#shNext {
	width: 45px;
	height: 25px;
	overflow: hidden;
	text-align: right;
}

#shPrev {
	width: 45px;
	height: 25px;
	overflow: hidden;
	text-align: left;
}