/* Shutter */
#shDisplay div#shTitle {
	font: normal 14px Arial, sans-serif; /* caption font */
	text-align: center;
	margin: 0 auto;
	background-color: #222;
	border: 1px solid #111;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-top: 10px;
	color: #ccc;
	line-height: 18px;
}

#shDisplay div#shTitle div#shName {
padding: 7px 12px;

}

#shDisplay div#shCount {
	color: #999999;
	margin-bottom: 7px;
	font-size: 11px;
}

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

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

#shDisplay div#shNext{
	float:right;
	left: 50px;
	top: 15px;
	position: relative;
}

#shDisplay div#shPrev {
	float:left;
	top: 15px;
	right: 50px;
	position: relative;
}

body {
	height: 100%;
}

#shShutter *, #shDisplay * {
	padding: 0;
	margin: 0;
}

div#shShutter, div#shDisplay {
	top: 0px;
	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;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	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;
}