/* SLIMBOX */

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

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	border: thin solid #999;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background-color: transparent;
	background-image: url(prevLabel.png);
	background-repeat: no-repeat;
	background-position: 0 45%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background-color: transparent;
	background-image: url(nextLabel.png);
	background-repeat: no-repeat;
	background-position: 100% 45%;
}

#lbBottom {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000;
	text-align: left;
	padding-top: .8%;
	padding-right: 0%;
	padding-left: 0%;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin: 0;
	outline: none;
	background-image: url(closeLabel.png);
	background-repeat: no-repeat;
	background-position: center;
}

#lbCaption, #lbNumber {
	margin-right: 20px;
}

#lbCaption {
	font-weight: bold;
}
