/* SLIMBOX */

#lbOverlay {
	position:absolute;
	z-index:9999;
	left:0;
	width:100%;
	background-color:#F4F4F4;
	background-color:#CCC;
	cursor:pointer;
}
/*colore fondo lightbox*/
#lbCenter, #lbBottomContainer {
	position:absolute;
	z-index:9999;
	left:50%;
	overflow:hidden;
	background-color:#F0F0F0;
}
#lbCenter {
	border:1px solid #E1E1E1;
}
#lbBottomContainer {
	border-bottom:1px solid #E1E1E1;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
}

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

/*Immagine e relativo bordo*/
#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:4px solid #F0F0F0;
	/*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;
	cursor:pointer;
}

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

#lbNextLink {
	right:0;
	cursor:pointer;
}

#lbNextLink:hover {
	background:transparent url(../i/slimbox/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 #F0F0F0;
	clear:both;
}
#lbBottom.pto {
	background:url(../i/slimbox/pto.gif) 0 0 repeat-x;
}

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

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

#lbNumber {
	margin-right:71px;
	color:#777;
}
#lbCaption {
	margin-right:71px;
	color:#333;
}

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

