/* SLIMBOX */

#lbOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #2A2A28;
	cursor: pointer;
	z-index: 5000;
}

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

.lbLoading {
	background: transparent url(../../images/loading2.gif) no-repeat center;
	z-index: 5003;
}

#lbImage {
	border: 10px solid #fff;
	z-index: 5002;
}


#lbPrevLink, #lbNextLink {
	display: inline;
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	outline: none;
	z-index: 5003;
}

#lbPrevLink {
	right: 100px;
	z-index: 5003;
}

#lbPrevLink, #lbPrevLink:hover {
	background: transparent url(../../images/prevlabel2.gif) no-repeat top right;
	z-index: 5003;
}

#lbNextLink {
	right: 80px;
	z-index: 5003;
}

#lbNextLink, #lbNextLink:hover {
	background: transparent url(../../images/nextlabel2.gif) no-repeat top right;
	z-index: 5003;
}

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

#lbCloseLink {
	display: block;
	float: right;
	clear: none;
	width: 66px;
	height: 22px;
	background: transparent url(../../images/closelabel2.gif) no-repeat center;
	margin: -2px 0 5px 0;
	z-index: 5002;
}

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

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

#lbNumber {
	display: none;
	z-index: 5002;
}

span.title {
	font-size: 107%;
}
