/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	
	width: 100%;
	background-color: #000;
	cursor: pointer;
}




#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
/*margin: 30px 0 0 0;
	/*left: 430px;*/
	overflow: hidden;
	background-color: #000;
	color:#FFFFFF;
	z-index:10000;
	
}

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

#lbImage {
	border: 0px solid #fff;
}

#lbnaviga { float:right; margin:-20px 0 0 0; height:17px; width:41px;}


#lbPrevLink {


float:left;
margin:0px 0px 0 0 ;
top: 0px;
/*width: 50%;*/
width: 17px;
height:17px;
z-index:3;
outline: none;
background: transparent url(../immagini/prevlabel.gif) no-repeat ;
}

#lbNextLink {
float:right;
margin: 0px 0 0 0px;
top: 0px;
/*width: 50%;*/
width: 17px;
height:17px;
z-index:3;
outline: none; 
background: transparent url(../immagini/nextlabel.gif) no-repeat ;
}

#lbCloseLink {
float:right;
margin: 0 0 0 0;
width: 17px;
height: 17px;
background: transparent url(../immagini/closelabel.gif) no-repeat center;
}

#lbPrevLink:hover {background: transparent url(../immagini/prevlabel_h.gif) no-repeat ;}



#lbNextLink:hover {background: transparent url(../immagini/nextlabel_h.gif) no-repeat ;}

#lbBottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
/*line-height: 1.4em;*/
line-height: 25px;
margin: 0px 0 0 0;
text-align: left;
border: 0px solid #fff;
border-top-style: none;
}



#lbCloseLink:hover {background: transparent url(../immagini/closelabel_h.gif) no-repeat center;}


#lbCaption, #lbNumber {display: inline; float:left;}

#lbNumber {display:none;}

#lbCaption {
color:#666;
margin: 0px 10px 0 3px;
padding: 0px 0 0 0;
font-weight: bold;
}
