/* SLIMBOX */

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

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

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

#lbImage {
z-index:4;
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

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

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

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

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

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

#lbBottom {
z-index:4;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

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

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

#lbCaption {
z-index:4;
	font-weight: bold;
}
