#lbOverlay { padding:0; position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; background-color: #000000; }

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

#lbOuterContainer { padding:0; position: relative; background-color: #fff; width: 200px; height: 0px; margin: 0 auto; overflow:hidden; }
	#lbOuterContainer.grey { border: 3px solid #888888; }

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

#lbDetailsContainer { height:0;	padding:0; background-color: #fff; width: 100%; line-height: 1.4em;	margin: 0 auto; border: 0px solid #888888; border-top: none; }

#lbIframe{
	width:680px;
	height:520px;
	margin:0;
	overflow:hidden;
}

#lbClose { width: 0px; height: 0px; float: right; margin:0; position:relative; }
