/* Shutter */
#shDisplay div#shTitle {
	font-size: 11px;  /* caption font */
	line-height: 17px;
	letter-spacing: 1px;
    color: #663300; /* caption colour */
	font-family: Times, Serif;
	text-align: center;
	margin: 0 auto;
	
}

#shDisplay div#shCount {
	color: #3b6ea5;
	font: normal
	font-family: Myriad, Verdana, Arial, Sans Serif;
	font-size: 11px;
	line-height: 14px;

}

#shDisplay div#shTitle a {
	text-decoration: none;
	font-family: Times, Serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0px;
	width: 20px;
	color: #3b6ea5;
}

#shDisplay div#shTitle a:hover {
	color: #cc9933;
	border: none;
}

#shDisplay div#shNext{
	float:right;
}

#shDisplay div#shPrev {
	float:left;
}

body {
	height: 100%;
}

#shShutter *, #shDisplay * {
	padding-top: 5px;
	padding-bottom: 10px;
	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: 1.0;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: #ffffff;
	z-index: 1002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 0px solid #555;
	background-color: #ffffff;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding-top: 0px;
	padding-bottom: 5px;
	cursor: pointer;
}

div#shDisplay div#shWrap {
	visibility: hidden;
}

div#shWaitBar {
	font: bold 32px 'Myriad', Verdana, sans-serif;
	height: 12px;
	width: 100%;
	text-align: center;
	left: 0;
	cursor: default;
	z-index: 1001;
	margin-top: 160px;
	color: #999;
}