#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; border: 0px; }
#lbMain a img { border: 0px; }

#lbOuterContainer { position: relative; border:0px; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; padding-top:5px;}
	#lbOuterContainer.grey {
	border:0px;
}
	#lbOuterContainer.red { border: 0px;}
	#lbOuterContainer.green { border: 0px; }
	#lbOuterContainer.blue { border: 0px; }
	#lbOuterContainer.gold { border: 0px; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border:0px;}
	

#lbImageContainer, #lbIframeContainer { margin: 10px; border: inset #999999 2px; *border: none;}

#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background:background: url(../images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0;  }
#lbHoverNav a { outline: none; }

#lbClose {
	width: 17px;
	height: 17px;
	float: right;
	margin-right:10px;
	*margin-top: -15px;
	margin-bottom: 10px;
	color: #666666;
}
#lbClose.grey {
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
}
