/* Shutter */
#shDisplay div#shTitle {
	font-family:"Trebuchet MS", Helvetica, Verdana, sans-serif; /* caption font */
	color: #f3f3f3; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #f3f3f3;
	font-family:"Trebuchet MS", Helvetica, Verdana, sans-serif;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font-family:"Trebuchet MS", Helvetica, Verdana, sans-serif;
	letter-spacing: -2px;
	margin: 0 10px;
	width: 26px;
	color: #f3f3f3;
}

#shDisplay div#shTitle a:hover {
	color: #f3f3f3;
	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: 950;
	background-color: #808080;
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 999;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 4px solid #f3f3f3;
	background: transparent;
	display: block;
	max-width: 700px;
	max-height: 700px;
	float: none;
	padding:0;
	cursor: pointer;
}

div#shDisplay div#shWrap {
	visibility: hidden;
}

div#shWaitBar {
	font-family:"Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 150%;
	height: 36px;
	width: 300px;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 1001;
	margin-top: 10px auto 0;
	color: #ae0a0a;
}