/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #8F8F8F;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	/*overflow: hidden;*/
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #252525;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 50%;
	width: 47px;
	height:27px;
	outline: none;
}

#lbPrevLink {
	left: -57px;
	background-image: url(../img/prevlabel.png)!important;
	background: transparent url(../img/prevlabel.gif) no-repeat left top;
}
#lbNextLink {
	right: -57px;
	background-image: url(../img/nextlabel.png)!important;
	background: transparent url(../img/nextlabel.gif) no-repeat right top;
}
#lbBottom {
	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 {
	display: block;
	position:absolute;
	right:10px;
	top:10px;
	width: 22px;
	height: 22px;
	background-image: url(../img/closelabel.png)!important;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	outline: none;
}

#lbNumber {
	margin-right: 71px;
}

#lbCaption {
	position:absolute;
	right:10px;
	bottom:10px;
	padding:2px 5px;
	text-transform:uppercase;
	font-size:1.3em;
	background: url(../img/bkg_didascalia.png) !important;
	background:#252525;
}

