#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	text-align: left;
}

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

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
    margin: 0 auto;
	left: 0;
	top: 0;
	text-align: left;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: -10 px;
	width: 50%;
	border: none;
	border-style: hidden;
	outline: none;
}

#lbPrevLink {
	left: 0;
    background: transparent url(prev.png) no-repeat 0 0;
}

#lbNextLink {
	right: 0;
    background: transparent url(next.png) no-repeat 100% 0;
}

#lbBottom {
	font-family: Times, "Times New Roman", serif;
	color: #000000;
	font-size: 0.81em;
	line-height:1.120em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 34px;
	height: 16px;
	background: transparent url(close_esc.png) no-repeat center;
	margin: 5px 0;
	border: none;
	border-style: hidden;
	outline: none;
}

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

#lbCaption {
	font-weight: normal;
}