/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 10px auto 0px;
	height: 40px;
	width: 370px;
	padding-top: 4px;
	white-space:nowrap;
}

#shDisplay div#shCount {
	color: #000000;
	font: bold 14px arial ;
	display: inline;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	/*font: bold 16pt 'Courier New', Courier, fixed;*/
	font: bold 14px arial;
	margin: 0 10px;
	width: 100px;
	color: #659024;
}

#shDisplay div#shTitle a span {border-bottom: solid #659024 1px;}

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

#shDisplay div#shTitle a:hover span {border-color: #659024;}

#shDisplay div#shNext{
	/*float:right;*/
	display: inline;
}

#shDisplay div#shPrev {
	/*float:left;*/
	display: inline;
}

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

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

div#shDisplay img#shTopImg {
	margin: 8px 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;
	top: 0;
	z-index: 1001;
	position: absolute;
	width: 100%;
	height: 100%;
}

div#shWaitBar .shWaitBarInner {
	font: bold 18px arial;
	height: 150px;
	text-align: center;
	padding-top: 130px;
	width: 400px;
	cursor: default;
	/*opacity: 0.999;*/
	background: #ffffff;
	/*filter: alpha(opacity=100);*/
	border: solid #B3C890 2px;
	margin: 200px auto 0 auto;
	color: #5f931d;
}


/*new additions*/

#shDisplay #shWrapFrame {
    margin: 0px auto !important;
    border: solid #ffffff 3px;
    background: #ffffff;
    }

#shDisplay #shInnerWrap {
	border: solid #B3C890 2px;
	position: relative;
}

#shDisplay #shInnerWrap .imgTitle {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px 5px ;

}

#shDisplay #shExternalPicLinks {
	text-align: center;
	border-bottom: dotted #b2b2b2 1px;
	margin: 10px 8px;
	height: 27px;

	}

#shDisplay #shName {
	color:#000000;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	font-weight: bold;
	padding: 0px 20px 10px;
	margin: 0px 10px;
	border-bottom: dotted #b2b2b2 1px;
}

#shDisplay a.shLightboxClose {
	background: url(shutter_lightbox_close.gif) no-repeat left top;
	position: absolute;
	left: 5px;
	bottom: 10px;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
	height:26px;
	font-family: arial;
	color: #609020;
	display: block;
	padding-left: 40px;
	}

.ie6 #shDisplay a.shLightboxClose {bottom: 7px;left: -70px; position:static; margin-bottom: -40px; }

#shDisplay a.shLightboxClose:hover {
	color: #44712e;
}
