/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
}

#lbCenter {	background-color: #fff;}
#lbBottomContainer {	background-color: #000;}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #fff;    /*Parametro del bordo immagine -> va modificato in coppia con il parametro sotto!!!*/
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/immagini/slimbox/prevlabel2.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/immagini/slimbox/nextlabel2.gif) no-repeat 100% 15%;
}

#lbBottom {    /*Stile della didascalia delle foto*/
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff; /*#666;*/
	line-height: 1.4em;
	text-align: left;
	font-weight: normal;
	padding-top: 15px;
	border: 1px solid #000; /*Parametro del bordo immagine -> va modificato in coppia con quello sopra!!!*/
	border-top-style: none;
}

#lbCloseLink { /*Adriana non vuole il pulsante di chiusura :) invece ora sė! */
             display: block;
	float: right;
	width: 22px;
	height: 12px;
	background: transparent url(/immagini/slimbox/closelabel2.gif) no-repeat center;
	margin: none;
  /*
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/immagini/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
  */
}

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

#lbCaption {
	font-weight: bold;
}

