/* 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;
	/*overflow: hidden;*/
	background-color: #fff;
}

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

#lbImage {
	position: absolute;
	left: 0px;
	top: 0;
	border: 10px solid #69C;
	background-repeat: no-repeat;
	font: 62.5%/1.4 Arial, Verdana, Tahoma, "Bitstream Vera Sans", sans-serif;
	color:#3a5775;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 50%;
	width: 47px;
	height:28px;
	outline: none;
}

#lbPrevLink {
	left: -57px;
	background: transparent url(../img/prevlabel.gif) no-repeat left top;
}
#lbNextLink {
	right: -57px;
	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:20px;
	bottom:20px;
	width: 28px;
	height: 28px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	outline: none;
}

#lbNumber {
	margin-right: 71px;
}

#lbCaption {
	position:absolute;
	left:20px;
	bottom:25px;
	padding:2px 5px;
	font-size:1.2em;
	background: url(../img/bkg_didascalia.png) !important;
	background:#FFF;
}

