#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }

#lbOverlay.grey {
	background-color: #FFFFFF;
}

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer {
	position: relative;
	background-color: #fff;
	width: 200px;
	height: 400px;
	padding: 0px;
	margin: auto;
}

#lbOuterContainer.grey {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0EE;
	border-right-color: #F0F0EE;
	border-left-color: #F0F0EE;
}

#lbDetailsContainer {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	width: 100%;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 1px;
	background-color: #FFFFFF;
}

#lbDetailsContainer.grey {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#lbImageContainer, #lbIframeContainer {
	margin: 0px;
	padding: 0px;
}
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../img/nvg/lb_loading.gif) center no-repeat; }

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav {
}


#lbHoverNav a { outline: none; }

#lbPrev { width: 50%; height: 100%; background: transparent url(../img/nvg/lb_blank.gif) no-repeat; display: block; left: 0; float: left; }

#lbPrev.grey:hover, #lbPrev.grey:visited:hover {
	background-image: url(../img/nvg/lb_prev.png);
	background-repeat: no-repeat;
	background-position: left 45%;
}
	
#lbNext { width: 50%; height: 100%; background: transparent url(../img/nvg/blank.gif) no-repeat; display: block; right: 0; float: right; }
#lbNext.grey:hover, #lbNext.grey:visited:hover {
	background-image: url(../img/nvg/lb_next.png);
	background-repeat: no-repeat;
	background-position: right 45%;
}

	
#lbDetailsData {
}
#lbDetailsData.grey {
	color: #000;
}

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay {
	float: left;
	display: block;
}
#lbNavDisplay {
	float: left;
	display: block;
}

#lbClose {
	width: 12px;
	height: 12px;
	float: right;
	vertical-align: bottom;
	margin-right: 2px;
}

#lbClose.grey { background: url(../img/nvg/lb_close.png) no-repeat; }