#lbOverlay {
  position:		absolute;
  left:			0;
  width: 		100%;
  background: 		#000000;
  cursor:		pointer;
    z-index: 99;

}
#lbCenter,
#lbBottomContainer {
  position:		absolute;
  left:			50%;
  background:		#EAEAEA url(/img/loading.gif) no-repeat center 100px;
  overflow:		hidden;
  z-index: 100;
}
#lbCenter {
  padding:		50px 15px 20px 15px;
}
#lbBottomContainer {
  padding:		0px 1px;
}
.lbLoading {
  background:		#F4F4F4 url(/img/loading.gif) no-repeat left top;
}
#lbCaption {
  position:		absolute;
  top:			30px;
  left:			15px;
  font-size:		15px;
  font-weight:		bold;
  color:		#AAAAAA;
  text-transform:	uppercase;
}
#lbCloseLink {
  position:		absolute;
  top:			10px;
  right:		10px;
  width:		30px;
  height:		13px;
  display:		block;
}
#lbImage {
  position:		absolute;
  left:			5px;
  top:			40px;
  padding:		12px 10px;
  margin:		10px;
  border:		1px solid #DEDEDE;
  background:		#FFFFFF no-repeat 10px 12px;
}
#lbBottom {
  height:		25px;
  padding:		0px 25px;
}
#lbPrevLink, #lbNextLink {
  position:		absolute;
  width:		100px;
  height:		13px;
  display:		block;
  outline:		none;
}
#lbPrevLink {
  left:			15px;
}
#lbNextLink {
  right:		15px;
}
