/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px/17px '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/12px 'Lucida Grande', Verdana, sans-serif;
}

#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#highpics {
	height: 150px;
	
}

#shDisplay div#shmeNext{
	position: absolute;
	right:0%;
	width:50%;
	height:100%;
	z-index::9998;
}


#shDisplay div#ABNext{
	position: absolute;
	width:100%;
	height:100%;
	float:right;
	cursor: url(../images/mouseNext.ico),pointer;
}

#shDisplay div#shmePrev {
	position: absolute;
	left:0%;
	width:50%;
	height:100%;
}

#shDisplay div#ABPrev{
	position: absolute;
	width:100%;
	height:100%;
	float:left;
	cursor: url(../images/mousePrev.ico),pointer;
}

#shDisplay div#imgclose{
  	position:absolute;
}

#shDisplay div#PrevButton{
	background:url("../images/PrevButton.png") no-repeat;
	background-size:24px 46px;
	position: absolute;
	left:0%;
	top:50%;
	margin-left:30px;
	width:24px;
	height:46px;
	cursor: url(../images/mousePrev.ico),pointer;
}

#shDisplay div#NextButton{
	
	background:url("../images/NextButton.png") no-repeat;
	background-size:24px 46px;
	position: absolute;
	right:0%;
	top:50%;
	margin-right:30px;
	width:24px;
	height:46px;
	cursor: url(../images/mouseNext.ico),pointer;
}

#shDisplay div#buttonclose{
	background:url("../images/close.png") no-repeat;
	background-position:70px 0px;
	background-size:30px 30px;
	position: absolute;
	right:0%;
	width:130px;
	height:100px;
	margin-right:0px;
	margin-top: 5px;
	cursor:pointer;
}

#shDisplay div#close{
  	text-align: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: 100%;
	z-index: 10000;
	background-color: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 10002;
}

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 '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: 10001;
	margin-top: 160px;
	color: #ae0a0a;
    text-align: center;
}