#lbOverlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #000;
}

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 30px solid #fff;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: -30px;
	background: transparent url(/images/ui/slimbox/prev-off.png) no-repeat 0 50%;
}
#lbPrevLink:hover {
	background-image: url(/images/ui/slimbox/prev-over.png);
}
#lbNextLink {
	right: -30px;
	background: transparent url(/images/ui/slimbox/next-off.png) no-repeat 100% 50%;
}
#lbNextLink:hover {
	background-image: url(/images/ui/slimbox/next-over.png);
}

#lbBottom {
	color: #fff;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
}

#lbCaption,
#lbNumber {
	padding: 10px 0;
}

#lbNumber {
	position: absolute;
	top: 0;
	left: 0;
}
#lbCaption {
	padding-left: 50px;
}

#lbCloseLink {
	margin-top: 8px;
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url(/images/ui/slimbox/close-x.gif) no-repeat center;

}
