/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
}
.lbLoading {
	background-color: #fff;
	background-image: url(../IMG/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #E6DFBF;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-top-left: 50px;
	-moz-border-radius-bottom-right: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background-color: transparent;
	background-image: url(../IMG/prewlable.png);
	background-repeat: no-repeat;
	background-position: 5% 95%;
}
#lbNextLink {
	right: 0;
	background-color: transparent;
	background-image: url(../IMG/nextlable.png);
	background-repeat: no-repeat;
	background-position: 95% 95%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#lbBottomContainer {
	top: 0px !important;
	margin-left: -360px !important;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	outline: none;
	background-color: transparent;
	background-image: url(../IMG/closelabel.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	visibility: hidden;
}

#lbCaption {
	font-weight: bold;
}
