/* Shutter */

#shDisplay div{

}

#shDisplay div#shTitle {
	color: #000000;
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #000000;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	margin: 0 10px;
	text-decoration:none;
	border-bottom:1px dashed #CC3300;
	}

#shDisplay div#shTitle a:hover {
	text-decoration:none;
	border-bottom:1px dashed #CC0000;
}

#shDisplay div#shNext{
	float:right;
}

#shDisplay div#shPrev {
	float:left;
}

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: #ffffff;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

div#shDisplay {
	display: block;
	z-index: 1002;
}





div#shDisplay img#shTopImg {
	margin: 0 auto;
	background: #ffffff;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:10px;
	cursor: pointer;
}

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

div#shWaitBar {
	height: 36px;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 1001;
	margin-top: 160px;
	color: #ae0a0a;
}