/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #999999;
	font: normal 10px 'Lucida Grande', Verdana, sans-serif;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 12px 'Courier New', Courier, fixed;

	margin: 0;
	width: 26px;
	color: #999999;
	padding:0;
	width:20px;
	background-color:#000000;
}

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

#shDisplay div#shNext{
	float:right;
	width:20px;
	background-color:#000000;
}

#shDisplay div#shPrev {
	float:left;
	width:20px;
	background-color:#000000;
}
#shDisplay div#shNext a, #shDisplay div#shPrev a {display:block;}
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: 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: 2px solid #555;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:2px;
	cursor: pointer;
}

div#shDisplay div#shWrap {
	visibility: hidden;
	position:relative;
	margin: 0 auto;
}
div#shDisplay div#shWrap img.closebox {visibility:visible; border:#00CC99 5px solid; padding:0; margin: 0 auto; cursor: pointer; float:right;}

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