
#lbOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #474542;
	cursor: pointer;
	z-index: 90;
}

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

.lbLoading {
	background: #fff url('http://ot301.nl/img/loading.gif') no-repeat center;
	z-index: 100;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	z-index: 100;
}

#lbPrevLink {
	position: absolute;
	display: block;
	top: 4px;
	left: 35px;
	width: 24px;
	height: 24px;
}

#lbNextLink {
	position: absolute;
	display: block;
	top: -20px;
	left: 59px;
	width: 24px;
	height: 24px;
}

#lbBottom {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('http://ot301.nl/img/boxclose.gif') no-repeat center;
	margin: 5px -5px;
}

#lbNumber {
	margin-left: 100px;
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
	margin-left: 100px;
	margin-right: 71px;
}
