/* Shutter */
div#shNavBar a {
color: #aaf; /* colour for the text buttons */
text-decoration: none;
}
div#shNavBar a:hover {
color: #fff; /* highlight colour for the text buttons */
}
#shDisplay div#shTitle {
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
}
div#shNavBar {
	color: #999; /* colour for the image numbers */
	background-color: #2e2e2e; /* colour for the menu background */
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 4px 0 5px;
	text-align: center;
	cursor: pointer;
	z-index: 1011;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
}
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 #000000;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
}
div#shDisplay div#shWrap {
visibility: hidden;
}
div#shWaitBar {
position: absolute;
width: 100px;
left: 50%;
margin-left: -50px;
margin-top: 120px;
}
#shWaitBar img {
border: 0;
float: none;
}
#fullSize {
display: none;
}
#shNavBar img {
border: 0;
vertical-align: middle;
margin: 0 2px;
float: none;
opacity: 0.6;
filter: alpha(opacity=60);
}
#shNavBar img:hover {
opacity: 0.999;
filter: alpha(opacity=100);
}
* html div#shNavBar {
_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);
}