/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	cursor: pointer;
}
#lbCenter{
	padding-bottom: 10px;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
/*	left: 50%;
*/	left: 14px;
top: 10px;
	overflow: hidden;
}
#lbBottomContainer {
	opacity: 0.35;
	background-color: #E7F1EB;
}
.lbLoading {
	background: #1C0510 url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
/*	border: 10px solid #1C0510;
*/	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	margin: 10px;
	opacity: .35;
}

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
/*	border: 10px solid #1C0510;
*/	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background: transparent url(closelabel.gif) no-repeat left top;
	outline: none;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 2px;
	text-indent: -999px;
	text-decoration: none;

}

#lbCaption {
	margin: 10px 10px 0 10px;
	width: auto;
	color: #000000;
}
#lbNumber {
	margin: 0 10px;
	width: auto;
	color: #000000;
}

#lbCaption {
	font-weight: bold;
}
