#lbOverlay {

	position: absolute;

	z-index: 9999;

	left: 0;

	width: 100%;

	background-color: #000000;

	cursor: pointer;

}



#lbCenter, #lbBottomContainer {

	position: absolute;

	z-index: 9999;

	left: 50%;

	overflow: hidden;

	background-color: #ffffff;

}



.lbLoading {

	background: #ffffff url(../images/loading.gif) no-repeat center;

}



#lbImage {

	position: absolute;

	left: 0;

	top: 0;

	border: 7px solid #ffffff;

	background-repeat: no-repeat;

}



#lbBottom {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-style: normal;

	font-weight: bold;

	line-height: 26px;

	color: #979797;

	text-decoration: none;

	text-align: left;

	border: 7px solid #ffffff;

	border-top-style: none;

}



#lbCloseLink {

	display: block;

	float: right;

	width: 66px;

	height: 26px;

	background: transparent url(../images/closelabel.gif) no-repeat center;

	margin: 0px 0;

	outline: none;

}



#lbCaption, #lbNumber {

	margin-right: 71px;

}



#lbCaption {

	font-weight: normal;

}


