/* Shutter */
#shDisplay div#shTitle {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #205580; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #205580;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 10px;
	width: 26px;
	color: #205580;
}

#shDisplay div#shTitle a:hover {
	color: #205580;
	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: #fff;
	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: 5px solid #205580;
background: transparent;
	/*	background-color: #000;*/

	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:2px;
	cursor: pointer;
}

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

div#shWaitBar {
	font: bold 14px '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;
}