/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbContainer, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #111;
}

#lbContainer {
	padding: 10px;
}

.lbLoading {
	background: #111 url(loading.gif) no-repeat center;
}

#lbNavigator {
	position: absolute;
	top: 10px;
}

#lbPrevLink, #lbNextLink, #lbCloseLink {
	display: none;
}

#lbBottomContainer {
	padding: 0 10px;
}

#lbBottom {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
