/* Shutter */
#shDisplay div#shTitle {
	font: normal 14px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #141D22; /* caption colour */
	text-align: center;
	margin: -40px auto;
	text-decoration: bold;
}

#shDisplay div#shCount {
	color: #141D22;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
	margin: -45px;
	text-decoration: bold;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 16pt 'Courier New', Courier, fixed;
	letter-spacing: -2px;
	margin: 0 5px;
	width: 26px;
	color: #999999;
}

#shDisplay div#shTitle a:hover {
	color: #2B3C47;
	border: none;
}

#shDisplay div#shNext{
	float:right;
}

#shDisplay div#shPrev {
	float:left;
}

body {
	height: 90%;
}

#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: 15px solid #ffffff;
	background: #ffffff;
	display: block;
	max-width: 1100px;
	max-height: 688px;
	float: center;
	padding-bottom: 60px;
	cursor: pointer;
}

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

div#shWaitBar {
	font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	height: 36px;
	text-align: center;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 1001;
	margin-top: 160px;
	color: #9BBACE;
}