/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
	background: #fff;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	padding-bottom: 20px;
	/*
	min-height: 110px;
	height: auto !important; 
	height: 90px;
	*/
	margin-top: 10px;
}

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

#shDisplay div#shNext {
	float: right;
	margin-top: 20px;
}

#shDisplay div#shPrev {
	float:left;
	margin-top: 20px;
}	

#shDisplay div#shPrev a,
#shDisplay div#shNext a {
	cursor: pointer;
	display: block;
	height: 35px;
	width: 35px;
	background: url(images/gallery-nav.png);
}

#shDisplay div#shNext a {
	background-position: -35px 0;
}
#shDisplay div#shNext a:hover {
	background-position: -35px -35px;
}

#shDisplay div#shPrev a {
	background-position: 0 0;
}

#shDisplay div#shPrev a:hover {
	background-position: 0 -35px;
}

#shName {
	color: #444;
}

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: 10000;
	background-color: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

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

#clbtn {
	position: absolute;
	top: -10px;
	right: -10px;
	font-family: sans-serif!important;
	cursor: pointer;
	z-index: 11103;	
}

#clbtn a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px!important;
	font-size: 16px!important;
	background: black;
	display: block;	
	border: 2px solid white;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 50px;
		   -moz-border-radius: 50px;
		        border-radius: 50px;	
}

#shName {
	padding-top: 20px;
}

#shName h3 {
	color: #0064B1;
	height: 35px;
	line-height: 35px;
}

#img-container {
	margin: 0 auto;
	width: 640px;
	position: relative;
}

div#shDisplay img#shTopImg {
	border: 20px solid #fff;
	-webkit-border-radius: 1em;
	   -moz-border-radius: 1em;
	        border-radius: 1em;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	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: 10001;
	margin-top: 160px;
	color: #ae0a0a;
    text-align: center;
}