/* SLIMBOX */

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

/*colore fondo lightbox*/
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #261b3e;
}

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

/*Immagine e relativo bordo*/
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 4px solid #261b3e;
	border-bottom-style: none;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}
/*Gestione colori, ingombro txt lightbox, bottoni*/
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 1.4em;
	text-align: left;
	margin:0 4px;
	border-bottom:4px solid #261b3e;
	/*background:url(pto.gif) 0 0 repeat-x;*/
	clear:both;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	cursor:pointer;
	height: 16px;
	background: transparent url(closelabel.gif) 0 0 no-repeat;
	margin: 0;
}
#lbCloseLink:hover {
	background: transparent url(closelabel.gif) 0 -16px no-repeat;
}
#lbPlayLink.mostraBt {
	display: block;
	float: right;
	width: 18px;
	height: 16px;
	background: transparent url(play.gif) 0 0 no-repeat;
	margin: 0;
	cursor: pointer;
}
#lbPlayLink:hover {
	background: transparent url(play.gif) 0 -16px no-repeat;
}
#lbPlayLink.nascondiBt {
	display:none;
}

#lbStopLink.mostraBt{
	display: block;
	float: right;
	width: 18px;
	height: 16px;
	background: transparent url(stop.gif) 0 0 no-repeat;
	margin: 0;
	cursor: pointer;
}
#lbStopLink:hover {
	background: transparent url(stop.gif) 0 -16px no-repeat;
}
#lbStopLink.nascondiBt {
	display:none;
}

#lbNumber {
	margin-right: 71px;

}
#lbCaption {
	margin-right: 71px;
	color:#CCC;
	/*font-weight: bold;*/
}

/*loader slideshow*/
#loaderTime {
	height:5px;
	background:url(ptoOver.gif) 0 0 repeat-x;
	width:0%;
	display:block;
	padding:0;
	margin:0;
}
