/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 99;

}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 9999;	
}

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

#lbImage {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	z-index: 9999;	
}

#lbSubCaption {
	float:right;
	width:192px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	/*position: absolute;*/
	float:right;
	/*top: 12px;*/
	/*width: 50%;*/
	/*width: 10%;*/
	/*outline: none;*/
	height:32px;
	width:63px;
	/*margin-bottom:2px;*/

}

#lbPrevLink {
	/*left: 0px;*/
	/*top:12px;*/
	/*right:138px;*/
	background: transparent url(images/ferroli_08/prevlabel.gif) no-repeat;
	border:0px solid black;
	/*height:20px;
	width:63px;*/
}

#lbPrevLink:hover {
	/*background: transparent url(images/ferroli_08/prevlabel.gif) no-repeat 0% 15%;*/
}

#lbNextLink {
	/*right: 75px;*/
	/*top:12px;*/
	background: transparent url(images/ferroli_08/nextlabel.gif) no-repeat;
	border:0px solid black;
	/*height:20px;
	width:63px;*/
}

#lbNextLink:hover {
	/*background: transparent url(images/ferroli_08/nextlabel.gif) no-repeat 100% 15%;*/
}

#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;
	float: right;
	width: 66px;
	/*height: 22px;*/
	height: 32px;
	/*background: transparent url(images/closelabel.gif) no-repeat center;*/
	/*background: transparent url(images/ferroli_08/logo_chiusura.gif) no-repeat center;*/
	background: transparent url(images/ferroli_08/closelabel.gif) no-repeat center;
	/*background: #ee8014;*/
	color:white;
	/*margin: 5px 0px;*/
}
/*
#lbCaption, #lbNumber {
	margin-right: 71px;
}*/

#lbNumber {
	margin-right: 0px;
	text-align: center;
}

#lbCaption {
	font-weight: bold;
	/*margin-right: 71px;*/
	/*border-bottom:1px solid white;*/
}

