#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
	z-index: 1000;
}

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 5px solid #74b2e1;
	background-repeat: no-repeat;
}

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

#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(prev.jpg) no-repeat 0% 50%; }

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

#lbBottom {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #74b2e1;
	border-top-style: none;
	z-index: 1001;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 50px;
	height: 40px;
	background: transparent url(close.jpg) no-repeat center;
	margin: 5px 0;
}

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

#lbCaption { font-weight: bold; }

