/* ----------- Gallery style -------------*/
.ngg-galleryoverview {
	width: 100%; margin: 10px 0 10px 5px; text-align: center;
	clear:both; 
	display:block !important; overflow: hidden; zoom:1;
}
.ngg-gallery-thumbnail-box {
	float: left; overflow:hidden; width:70px; height:100px; margin: 0 5px 0 0;
}
.inrooms {
	width:260px; float:right;
}
.inroom {
	width:120px; height:120px;
}
.ngg-gallery-thumbnail {
	float: left;
	background: url(i/shadowAlpha.png) no-repeat bottom right !important;
	background: url(i/shadow.gif) no-repeat bottom right;
	margin: 0!important;
}
.ngg-gallery-thumbnail img {
	margin: -6px 6px 1px -6px;
	display:block; 
	position:relative; 
}
.ngg-gallery-thumbnail a img {
	border: none;
}
.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 
.ngg-gallery-thumbnail span {
	margin: 0 4px 4px 0;
	text-align:center;
	font-size:10px; line-height:1.1em; padding-bottom:4px;padding-right:4px;
	color:#000;
	display:block; 
}
.ngg-clear {
	clear: both;
}
/*********************************************************************************/
/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #999999;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 16pt 'Courier New', Courier, fixed;
	letter-spacing: -2px;
	margin: 0 10px;
	width: 26px;
	color: #999999;
}

#shDisplay div#shTitle a:hover {
	color: #ffffff;
	border: none;
}

#shDisplay div#shNext{
	float:right;
}

#shDisplay div#shPrev {
	float:left;
}

body {
	height: 100%;
}

#shShutter *, #shDisplay * {
	padding: 0;
	margin: 0;
}

div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

div#shShutter {
	height: 100%;
	z-index: 1000;
	background-color: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 1002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 1px solid #555;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:2px;
	cursor: pointer;
}

div#shDisplay div#shWrap {
	visibility: hidden;
}

div#shWaitBar {
	font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	height: 36px;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 1001;
	margin-top: 160px;
	color: #ae0a0a;
}