/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #003359;
	cursor: pointer;
	z-index:990;
}

/*colore fondo lightbox*/
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #003359;
	z-index:1000;

}

.lbLoading {
	background: #fff url(../grafica/slimbox/loading.gif) no-repeat center;
}

/*Immagine e relativo bordo*/
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 4px solid #003359;
	border-bottom-style: none;
	background-repeat: no-repeat;
	padding:0;
	margin:0;

}


#lbNextLink{
	display: block;
	position: absolute;
	top: 0;
	right:0;
	width: 80px;
	outline: none;
	cursor:pointer;
	background: transparent url(../grafica/slimbox/nextlabel.gif) no-repeat top left;

}
#lbPrevLink{
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 80px;
	outline: none;
	cursor:pointer;
	background: transparent url(../grafica/slimbox/prevlabel.gif) no-repeat top left;
	
}


/*Gestione colori, ingombro txt lightbox, bottoni*/
#lbBottom {
	/*padding-top:10px;*/
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 20px;
	text-align: left;
	margin:0 4px;
	border-bottom:4px solid #003359;
	/*background:url(../grafica/slimbox/nero/pto.gif) 0 0 repeat-x;*/
	clear:both;
}

#lbCloseLink {
	display: block;
	/*float: right;*/
	width: 80px;
	cursor:pointer;
	height: 48px;
	background: transparent url(../grafica/slimbox/closelabel.gif) 0 0 no-repeat;
	margin: 0;
	position:absolute;
	top:0;
	right:0;
}
#lbCloseLink:hover {
	/*background: transparent url(../grafica/slimbox/closelabel.gif) 0 -16px no-repeat;*/
}
#lbPlayLink.mostraBt {
	float: right;
/*	display: block;*/
	display: none;
	width: 18px;
	height: 16px;
	background: transparent url(../grafica/slimbox/nero/play.gif) no-repeat 0 0;
	margin: 0;
	cursor: pointer;
}
#lbPlayLink:hover {
	background: transparent url(../grafica/slimbox/nero/play.gif) no-repeat 0 -16px;
}
#lbPlayLink.nascondiBt {
	display:none;
}

#lbStopLink.mostraBt{
	display: block;
	float: right;
	width: 18px;
	height: 16px;
	background: transparent url(../grafica/slimbox/nero/stop.gif) no-repeat 0 0 ;
	margin: 0;
	cursor: pointer;
}
#lbStopLink:hover {
	background: transparent url(../grafica/slimbox/nero/stop.gif) no-repeat 0 -16px;
}
#lbStopLink.nascondiBt {
	display:none;
}

#lbNumber {
	margin-right: 71px;
	
}
#lbCaption {
	margin-right: 71px;
	color:#CCC;
	/*font-weight: bold;*/
}

/*loader slideshow*/
#loaderTime {
	height:5px;
	background:url(../grafica/slimbox/nero/ptoOver.gif) repeat-x 0 0 ;
	width:0%;
	display:block;
	padding:0;
	margin:0;
}
