/* Shutter */
#shDisplay div#shTitle {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	height: 43px;
}
#shDisplay #shName {
	padding-top: 6px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 36px;
}


#shDisplay div#shCount {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 33px;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	background-color: #333333;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 14px;
	padding-left: 14px;
	line-height: 38px;
}

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

#shDisplay div#shNext{
	float:right;
	margin-right: -17px;
	background-color: #333333;
	height: 43px;
	width: 41px;
}

#shDisplay div#shPrev {
	float:left;
	margin-left: -17px;
	background-color: #333333;
	height: 43px;
	width: 41px;
}

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.6;
	filter:alpha(opacity=60);
}

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

div#shDisplay img#shTopImg {
	border: 1px solid #000000;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:15px;
	cursor: pointer;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

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;
}
