/* Shutter */
div#shNavBar a {
	color: #666666; /* colour for the text buttons */
    font: bold 14px 'Arial', Verdana, sans-serif; /* font for text buttons */
	text-decoration: none;
	border-top: 0 none;
	cursor: pointer;
}

div#shNavBar a img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

div#shNavBar a:hover {
	color: #333333; /* highlight colour for the text buttons */
}

div#shNavBar a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#shDisplay div#shTitle {
	font: normal 12px/17px 'Arial', Verdana, sans-serif; /* caption font */
	line-height: 12px;
	color: #000000; /* caption colour */
	text-align: left;
	padding: 4px;
	margin: 0 auto;
}

div#shNavBar {
	display: block;
	font: bold 12px/22px 'Arial', Verdana, sans-serif; /* font for image numbers */
	color: #666666; /* colour for the image numbers */
	background-color: #E7E7E7; /* colour for the menu background */
	border-top: 2px dotted #666666; /* colour for the menu top border */
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding: 2px 0 2px;
	text-align: center;
	cursor: default;
	z-index: 1011;
	-moz-user-select: none;
	user-select: none;
}

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: #E7E7E7;
	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: 2px solid #666666;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	-ms-interpolation-mode: bicubic;
}

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

div#shWaitBar {
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -190px;
	margin-top: 140px;
}

#fullSize {
	display: none;
}

#shNavBar img {
	border: 0;
	vertical-align: text-top;
	margin: 0;
	padding: 3px;
	float: none;
}

#shNavBar .srel-d {
    font: bold 14px 'Arial', Verdana, sans-serif;
	opacity: 0;
	filter: alpha(opacity=0);
}

.sh-make-invisible {
	visibility: hidden !important;
}

* html div#shNavBar {
	display: block;
	position: absolute;
	_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight : document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	_left: expression(eval(document.compatMode&&document.compatMode=='CSS1Compat') ? document.documentElement.scrollLeft : document.body.scrollLeft);
}
