/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #244383;
	cursor: pointer;
	z-index: 100;
	display:none;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #E8E8E8;
	z-index: 200;
	margin-top: 100px;
}

.lbLoading {
	background: #333 url(../img/loading.gif) no-repeat center;
}

#lbImage {
	border-bottom: 10px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 30px;
	width: 50%;
	outline: none;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #244383;
	line-height: 1.4em;
	text-align: left;
	border: 1px solid #E8E8E8;
	border-top-style: none;
}

#lbBottom a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #244383;
	line-height: 1.4em;
	text-align: left;
	margin-left: 2px;
}

#lbBottom a:hover {
	color: #FFF;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url(../img/close.gif) no-repeat center;
	margin: 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
