/* Shutter */
#shDisplay div#shTitle {
	font-family: 'Myriad', Verdana, sans-serif; /* caption font */
	font-size: 0.9em;
	color: #000000; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #3b6ea5;
	font-family: 'Myriad', Verdana, sans-serif;
	font-size: 0.9em;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font-family: 'Myriad', Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0px;
	width: 20px;
	color: #3b6ea5;
}

#shDisplay div#shTitle a:hover {
	color: #cc9933;
	border: 0px;
}

#shDisplay div#shNext{
	float:right;
}

#shDisplay div#shPrev {
	float:left;
}

body {
	height: 100%;
}

#shShutter *, #shDisplay * {
	padding-top: 12px;
	padding-bottom: 10px;
	margin: 0;
}

div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

div#shShutter {
	height: 100%;
	z-index: 1000;
	background-color: #ffffff;
}

div#shDisplay {
	display: block;
	background-color: #ffffff;
	z-index: 1002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 0px solid #555;
	background-color: #ffffff;
	display: block;
	max-width: 90%;
	max-height: 90%;
	float: none;
	padding-top: 0px;
	padding-bottom: 5px;
	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;
}