/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #555; /* caption colour */
	text-align: center;
	margin: 0 auto;
	padding-top: 5px;
}

#shDisplay div#shCount {
	color: #555;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
	padding-top: 5px;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 16pt 'Courier New', Courier, fixed;
	letter-spacing: -2px;
	margin: 0 10px;
	width: 26px;
	color: #555;
	padding-top: 5px;
}

#shDisplay div#shTitle a:hover {
	color: #555;
	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: 10000;
	background-color: #F5f5f5;
	/* opacity: 1;
	filter:alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  Netscape
  -moz-opacity: 0.5;

  Safari 1.x
  -khtml-opacity: 0.5; */

}

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

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 4px solid #FBE7C5;
	border: 4px solid #fff;
	background: #FBFFE0;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	/* padding:50px 50px 80px 50px;   */
	cursor: pointer;
	box-shadow:3px 3px 10px #888;

}

img#shTopImg {margin-top: 10px; }

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

div#shWaitBar {
	font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	height: 0px;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 10001;
	margin-top: 160px;
	color: #ae0a0a;
  text-align: center;

}