/* Shutter */
#shDisplay div#shTitle {
	font: normal 8px/17px  Arial, Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
	height:20px;
	/*background:#333333;*/
	padding:10px 0px;
}

#shDisplay div#clsTitle {
	font: normal 8px/17px  Arial, Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;	
	margin: 0 auto;
	height:20px;
	/*background:#333333;*/
	padding:10px 0px;
	
}

#shDisplay div#clsTitle a {
	text-decoration: none;
	font:normal 8pt Verdana, fixed;
	margin: 0 10px;
	width: 26px;
	color: #999999;
}

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


#shDisplay div#shCount {
	color: #999999;
	font: normal 10px/12px Verdana, sans-serif;
	float:right;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font:normal 8pt Verdana, fixed;
	margin: 0 10px;
	width: 26px;
	color: #999999;
}

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

#shDisplay div#shNext{
	float:right;
}
#shDisplay div#cls{
	float:right;
}

#shDisplay div#shPrev {
	float:right;
}

body {
	height: 100%;
}

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

div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

div#shShutter {
	height: 3000px;
	z-index: 1000;
	background-color: #000000;
	/*opacity: 1;
	filter:alpha(opacity=100);*/
}

div#shDisplay {
	display: block;
	/*background-color: transparent;*/
	z-index: 1002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 1px solid #555;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:2px;
	cursor: pointer;
}

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

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