.LB_overlay {
	position: absolute;
	z-index:90;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	/*background-color: #000;*/
   /*
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
   */
}

.LB_window {
   z-index:95;
	position: absolute;
	background: #fff;
	color:#000000;
	display:none;
	/*border:1px solid #9B9B9B;*/
}

.LB_caption{
	float:left;
	position:relative;
	top:2px;
	text-align:center;
	width:98%;
}

.LB_caption_l{
	float:left;
	position:relative;
	top:2px;
	width:49%;
	margin-right:18px;
	text-align:center;
}
.LB_caption_r{
   text-align:center;
   float:left;
	position:relative;
	top:2px;
	width:46%;
}

.LB_header{
	/*cursor: move;*/
	padding:4px 8px 8px 8px;
	border:1px solid #9B9B9B;
	border-bottom:0px;
	/*background-color:#9FBCC8;*/
}

.LB_closeWindow{
	text-align:right;
}

.LB_closeWindow IMG{
   border:none;
}

.LB_closeWindow a{
	cursor: pointer;
}

.LB_footer{
   text-align:center;
   padding-top:5px;
}
.LB_footer A{
   border:1px solid #9B9B9B;
   padding:2px 10px 2px 10px;
   text-decoration:none;
}
.LB_footer A:hover{
   color:white;
   background-color:#40403F;
}
