#lbOverlay {
	position:fixed;
	top:0;
	left:0;
	z-index:99998;
	width:100%;
	height:600px;
	background-color:#666;
}
#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:170px;
	height:100px;
	margin:0 auto;
	border:1px solid #000;
}
#lbDetailsContainer {
	font:10px Verdana, Helvetica, sans-serif;
	color:#666;
	background-color:#eef3f0;
	width:100%;
	overflow:auto;
	margin:0 auto;
	padding-top:6px;
	border:1px solid #666;
}
#lbLoading {
	position:absolute;
	top:45%;
	left:0;
	height:32px;
	width:100%;
	text-align:center;
	line-height:0;
	background:url(loading.gif) center no-repeat;
}
#lbCaption {
	display:block;
	font-weight:700;
}
#lbClose {
	width:65px;
	height:19px;
	float:right;
	margin-top:0;
	margin-right:5px;
	background:url(close_green.png) no-repeat;
}
