/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	background-color: transparent;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 5px solid #fff;
	background-repeat: no-repeat;
	cursor: pointer;
}
* html #lbImage { cursor: hand; }

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

#lbCloseLink {
	display: block;
	width: 22px;
	height: 22px;
	background: transparent url(../img/slimbox-closelabel.gif) no-repeat center;
	outline: none;
	top: -1px;
	right: -1px;
	position: absolute;
}

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

#lbCaption {
	font-weight: bold;
}

