/* Shutter */
#shTitle{
	position:relative;
	top:-80px;
	text-align:center;		
}
#shCount{
	position:relative;
	/*top:48px;*/
	top:48px;
	text-align:center;
	background-color: #000000;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#shName{
	position:relative;
	top:48px;
	text-align:center;
	background-color: #000000;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #999999;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
}

#shDisplay div#shTitle a{
	text-decoration: none;
	font: bold 35pt 'Courier New', Courier, fixed;
	letter-spacing: -2px;
	margin: 0 10px;
	width: 26px;
	/*color: #999999;*/
	color:white;
}

/*#shDisplay div#shTitle a:hover {
	color: #999999;
	border: none;
}*/

#shDisplay div#shNext{
	float:right;
	text-align: right;
}

#shDisplay div#shPrev {
	float:left;
	text-align: left;
}


#shDisplay div#shTitle #shNext a, #shDisplay div#shTitle #shPrev a,#shDisplay div#shTitle #shNext a:visited,#shDisplay div#shTitle #shPrev a:visited{
	color: #c93232;		
	text-decoration: none;
}
#shDisplay div#shTitle #shNext a:hover, #shDisplay div#shTitle #shPrev a:hover{
	color: #A52A2A;
	text-decoration: none;
}

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;*/
/*height:80%;*/
margin:0px auto;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 1001;
/*	margin-top: 160px;*/
/*margin-top:99%;*/
	color: #ae0a0a;
}