/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000000;
	border: 10px solid #000000;
	
}

#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow:hidden;
	background-color: #000000;
	border: 10px solid #000000;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}


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

#lbPrevLink { left: 0; background: transparent url(indietro.jpg) no-repeat 0% 5%; }
#lbNextLink { right: 0;	background: transparent url(avanti.jpg) no-repeat 100% 5%; }


#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	border-top:0px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 60px;
	height: 60px;
	background: transparent url(chiudi.jpg) no-repeat center;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}
