#lbOverlay {
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: #000;
	cursor: pointer;



}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 5000;
}

.lbLoading {
	background-color: #fff;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbImage {
	border: 5px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0px;
}

#lbPrevLink{
	background-color: transparent;
	background-image: url(../images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#lbNextLink {
	right: 0px;
}

#lbNextLink {
	background-color: transparent;
	background-image: url(../images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#lbBottom {
	font-family:  Helvetica, sans-serif;
	font-size: 11px;
	color: #9E9E9E;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 0px;
	background-color: transparent;
	background-image: url(../images/closelabel.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
