/* Shutter */
#shDisplay div#shTitle {
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
	position:relative;
	top:0;
	left:0;
}

#shDisplay div#shCount {
	color: #999999;
	position:relative;
	top:0;
	left:0;
	font-size:11px;
	margin:10px 100px;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	letter-spacing: -2px;
	margin: 0;
	width: 26px;
	color: #999999;
}

#shDisplay div#shTitle a:hover {
	color: #ffffff;
	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: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 1002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 1px solid #555;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:2px;
	cursor: pointer;
	background-image:url('http://metradesign.ru/wp-content/themes/metra/i/loading.gif');
	background-repeat:no-repeat;
	background-position:50% 50%;
	text-align:center;
}

div#shDisplay div#shWrap {
	visibility: hidden;
	text-align:center;
}

div#shWaitBar {
	height: 500px;
	width: 100%;
	position:absolute;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 1001;
	margin-top: 20px;
	color: #ae0a0a;
	background-image:url('http://metradesign.ru/wp-content/themes/metra/i/loading.gif');
	background-repeat:no-repeat;
	background-position:50% 50%;
}