#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
#lbOverlay { background-color: #fff; }
#lbOverlay.grey { background-color: #ccc; }


#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: 0px; height: 0px; margin: 0 auto; }
	#lbOuterContainer.grey { border:0px solid white; }


#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; color:#fff; background-color: #fff; width: 100%; overflow: auto; margin: 0 auto; }


#lbImageContainer, #lbIframeContainer { padding: Opx; outline-color:solid white;}
#lbLoading {
	position: absolute; top: 15%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/loading.gif) center no-repeat;
}


	
#lbDetailsData { padding: 0 12px; }
	#lbDetailsData.grey { color: #fff; }


#lbDetails { width: 60%; float: left; text-align: left; }


#lbClose { width: 15px; height: 20px; float: right; margin-bottom: 1px; background: url(images/close_grey.png) no-repeat;}
	#lbClose.grey { background: url(images/close_grey.png) no-repeat; }


