#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: #000;
}

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

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

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

#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: #652d90;
	font-size: 0.92em;
	line-height:1.120em;
	text-align: center;
	border: 11px solid #000;
	border-top-style: none;
}

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

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

#lbCaption {
	font-weight: normal;
}
