/* SLIMBOX => www.digitalia.be/software/slimbox */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #292525;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #292525;
}
.lbLoading {
	background: #292525 url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #444;
}

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

#lbPrevLink {
	left: 0;
}

/* #lbPrevLink:hover { */
#lbPrevLink {
	background: transparent url(prevlabel.gif) no-repeat 0% 95%;
}

#lbNextLink {
	right: 0;
}

/* #lbNextLink:hover { */
#lbNextLink {
	background: transparent url(nextlabel.gif) no-repeat 100% 95%;
}

#lbBottom {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	color: #aaa;
	line-height: 120%;
	text-align: left;
	border: 10px solid #292525;
	border-top-width: 13px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 18px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

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

#lbCaption {
	font-weight: normal;
}

