/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #999999; /* caption colour */
	text-align: left;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#shDisplay div#shCount {
	color: #ccc;
	font: 10px/12px "Lucida Grande", Verdana, sans-serif;
	margin: 5px;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 50px "Courier New", Courier, fixed;
	letter-spacing: -1px;
	color: #b4b4b4;
}

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

#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;
	background-color: transparent;
	z-index: 1002;
}

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

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

div#shWaitBar {
	position: absolute;
	font: 24px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	height: 36px;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 1001;
	margin-top: 40%;
	color: #666;
}