/* SLIMBOX */

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

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

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	padding-bottom:20px;
}


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

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


#lbBottom {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	padding-top:10px;
}

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

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

#lbCaption {
	font-weight: bold;
}

