/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #444; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #444;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
	text-align: center;
}
#shDisplay div#shName {
	text-align: center;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 16pt 'Courier New', Courier, fixed;
	letter-spacing: -2px;
	margin: 0 10px;
	width: 26px;
	color: #444;
}

#shDisplay div#shTitle a:hover {
	color: #ccc;
	border: none;
}

#shDisplay div#shNext{
	float: right
}

#shShutter *{
	padding: 0;
	margin: 0;
}
#shTitle{
	background-color: #FFF;
	margin: 0;
}
#shDisplay div#shPrev {
	float: left
}

body {
	height: 100%;
}


div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
div#shShutter {
	height: 100%;
	z-index: 1000;
	background-color: #DEDBC3;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 1002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	background: #FFF;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:20px;
	padding-bottom: 0;
	cursor: pointer;
	position: relative;
}

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;
}
#close {
	cursor: pointer;
	text-decoration: underline
}
#close:hover {
	color: #007E7A;
}