/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff url(pesci_small.gif) no-repeat 4% 5%;	
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	/*overflow: hidden;*/
	background-color: #fff;
}


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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	/*border: 1px solid #000;*/
	background-repeat: no-repeat;
}

#lbBottom {
	font-family: Georgia, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #a2a1a1;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	text-transform: uppercase;
}

#lbCloseLink {
	display: block;
	position:absolute;
	right:5%;
	top:5%;
	width: 90px;
	height: 26px;
	background: transparent url(closelabel2.gif) no-repeat top right;
	z-index:1000;
	color:white;
}

#lbCloseLink:hover {
	background: transparent url(closelabel3.gif) no-repeat top right;
	border:1px dashed white;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position:absolute;
	right:5%;
	top:5%;
	width: 90px;
	height: 26px;
	z-index:1000;
	background: transparent url(indietro.gif) no-repeat top right;
	margin-top:42px;
}

#lbNextLink {
	margin-top:72px;
	background: transparent url(avanti.gif) no-repeat top right;
}
#lbPrevLink:hover {
	background: transparent url(indietro2.gif) no-repeat top right;
	border:1px dashed white;
}
#lbNextLink:hover {
	background: transparent url(avanti2.gif) no-repeat top right;
	border:1px dashed white;
}
#lbCaption, #lbNumber {
	/*margin-right: 71px;*/
}

#chiudi {
	display:block;
	position:absolute;
	top:4%;
	left:4%;
	width: 104px;
	height:80px;
}

#lbCaption {
	font-weight: bold;
}
