/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('loading.gif') no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink, #lbCloseLink {
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	float: right;
	margin: 5px 10px;
}

#lbBottom {
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-color: #fff;
	border-style: solid;
	border-width: 0px 10px 10px 10px;
}

#lbCaption {
	margin-right: 71px;
	font-weight: bold;
}
