/* 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;
	height:38px;
	background: transparent url(main_bg.gif) top left repeat-x;
	width:104%;
}

#shDisplay div#shCount {
	color: #fff;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
	line-height:38px;
	text-align:center;
	display:none;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 16pt 'Courier New', Courier, fixed;
	letter-spacing: -2px;
	margin: 0 10px;
	/*width: 26px;*/
	color: #fff;
	line-height:38px;
}

#shDisplay div#shTitle a:hover {
	color: #ffffff;
	border: none;
}
#shDisplay div#shTitle div#shName{
	text-align:center;
	line-height:38px;
}

div.empty{
	width:39px;
	margin:0;
	display:block;
}

#shDisplay div#shNext{
	float:right;
	width:39px;
	display:block;
	overflow:hidden;
}
#shDisplay div#shNext a{
	background: transparent url(btn_right.gif) top left no-repeat;
	width:39px;
	display:block;
	margin:0;
	text-indent:500px;
}

#shDisplay div#shNext a:hover{
	background: transparent url(btn_right_on.gif) top left no-repeat;
}

#shDisplay div#shPrev {
	float:left;
	width:39px;
	display:block;
	overflow:hidden;
}
#shDisplay div#shPrev a{
	background: transparent url(btn_left.gif) top left no-repeat;
	width:39px;
	display:block;
	margin:0;
	text-indent:-500px;
}

#shDisplay div#shPrev a:hover{
	background: transparent url(btn_left_on.gif) top left no-repeat;
}

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;
}

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;
}
