/* GALLERY STYLES */
.ngg-gallery-thumbnail img {
	border:1px solid #5b5c6b;
}

.ngg-gallery-thumbnail img:hover {
	border:1px solid #FF8400;
	background-color: white;
}

#shName {
	clear: both;
	border-bottom: 1px solid #555;
	padding-bottom: 3px;
	font-size: 0.9em;
/* 	text-align: left; */
}

#shName h1, 
#shName h2, 
#shName h3 {
	color: #dadada;
}

#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;
}

div#shWaitBar {
	font:  24px Arial, Helvetica, sans-serif;
	height: 36px;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 1001;
	margin-top: 160px;
	color: #999;
}