#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background: #0d0d0d;
	cursor: pointer
	color: #ffffff;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	width: 900px;
	background-color: #000;
	color: #ffffff;
}
.lbLoading {
	background: #0D0D0D url(images/loading.gif) no-repeat center
}
#lbImage {
	background-repeat: no-repeat;
	padding: 10px;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none
}
#lbPrevLink {
	left: 0
}
#lbPrevLink:hover {
	background: transparent url(images/prev.png) no-repeat 0% 30%
}
#lbNextLink {
	right: 0
}
#lbNextLink:hover {
	background: transparent url(images/next.png) no-repeat 100% 30%
}
#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	padding: 15px 0px 0px 20px;
	border: 0
}
#lbCloseLink {
	display: block;
	padding: 25px 0px 0px 0px;
	float: right;
	width: 80px;
	height: 16px;
	background: transparent url(images/close.png) no-repeat center;
	margin: 0px
}
#lbCaption, #lbNumber {
	margin-right: 14px
}
#lbCaption {
	font-weight: normal
	color: #ffffff;
}
