.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.LB_window {
	position: absolute;
	background: #fff;
	color:#000000;
	display:none;
	border: 1px solid #666;
	text-align: left;
  z-index:110;
}

.LB_window #codebox {
   width: 420px;
   height: 80px;
   margin: 0 65px 15px 65px;
   border: 1px dotted #666;
   overflow: auto;
}
.LB_window label {
   margin: 0;
}

.LB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
   width: 100%;
}

#LB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

.LB_closeAjaxWindow{
	cursor: move;
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#fff;
}

.LB_closeAjaxWindow a{
	cursor: pointer;
	color: #eee;
}

.LB_content{
	overflow:auto;
	padding:4px;
}
#LB_imageNumber{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; padding-left: 0.5cm;}
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#LB_prevLink, #LB_nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#LB_prevLink { left: 0; float: left;}
#LB_nextLink { right: 0; float: right;}
#LB_prevLink:hover, #LB_prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#LB_nextLink:hover, #LB_nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

.LB_resize{
   background-image: url("../images/handle.gif");
   background-position: bottom right;
   background-repeat: no-repeat;
   height: 13px;
   width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor:NW-resize;
}
