/* SLIMBOX */

#lbOverlay {
	z-index: 21;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
z-index: 21;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

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

#lbImage {
z-index: 21;
	border: 10px solid #FFFFFF;
}

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

#lbPrevLink {z-index: 22;
	left: 0;
}

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

#lbNextLink {z-index: 22;
	right: 0;
}

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

#lbBottom {
	z-index: 21;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #184A0F;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#lbCloseLink {
	z-index: 22;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	color: #184A0F;
}

#lbCaption, #lbNumber {z-index: 21;
	margin-right: 71px;
}

#lbCaption {
	z-index: 22;
	font-weight: bold;
	color: #184A0F;
}

