/* Shutter */
#shDisplay div#shTitle {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
	padding-top:6px;	
}

#shDisplay div#shCount {
	color: #999999;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
	display:none!important;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	width: 26px;
	color: #ffffff;
}

#shDisplay div#shTitle a:hover {
	color: #A9A9A9;
	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: #000;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

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

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 6px solid #fff;
	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: 1001;
	margin-top: 160px;
	color: #ae0a0a;
}