/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #151515;
	cursor: pointer;
}

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

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

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

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.png) no-repeat 0 30%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.png) no-repeat 100% 30%;
}

#lbBottom {
	font-family: "Lucida Sans Unicode", Lucida Sans Uni, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 6px solid #000;
	border-top-style: none;
	padding: 0 4px;
}

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

#lbNumber {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em auto auto auto;
	font-size: 0.86em;
	color: #333;
}

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

#lbCaption em {
	font-weight: bold;
}

