/* 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: #FFFFFF url('TB_window_top.jpg') no-repeat left top;
	width:598px !important;
	padding: 5px 0 0 0;
	height: 20px;
}

#shDisplay div#shCount {
	color: #442A06;
	font:normal 12px/18px "Trebuchet MS",Verdana,Arial,Sans-Serif;
	float: left;
	margin-left: 20px;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font:normal 12px/18px "Trebuchet MS",Verdana,Arial,Sans-Serif;
	margin: 0 10px;
	/*width: 26px;*/
	color: #442A06;
}

#shDisplay div#shTitle a:hover {
	color: #CB0101;
	border: none;
}

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

#shDisplay div#shPrev {
	float:right;
	margin-right: 10px;
}

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: #000 url('back.jpg') repeat;
}

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

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 0;
	background: #FFFFFF;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:10px 0 30px 0;
	cursor: pointer;
	background: #FFFFFF url('TB_window_bottom.jpg') no-repeat left bottom;
}

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;
}