/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#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%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/*  SLIDESHOW  */
div.slideshow {margin: 18px auto;text-align:center;}
div.slideshow p {padding-top: 9px;}
div.slideshow ul {background: #FFF;bottom: -35px;left: 0px;position: absolute;overflow: hidden;padding: 5px 0;z-index: 10001; display:none;}
div.slideshow ul a {background-position: 50% 50%;cursor: pointer;display: none;height: 25px;margin-right: 5px;opacity: 0.5;width: 30px;}
div.slideshow ul a.active,div.slideshow ul a:hover {opacity: 1;}
div.slideshow ul li {float: left;list-style: none;}
/**************************************/
/*        layout galleria             */
/**************************************/
div.contieni_quadri{float:right; width:480px; margin:4px 0; padding:0 0 0 2px; text-align:left; }
div.quadri{float:left; width:80px; height: 90px; margin:5px; padding:0; /*background-color:#FF0000;*/}
div.quadri img { display:block;position:relative;top:-5px;left:-5px;border:1px outset #ccc;padding:3px;background-color:#fff;}
div#nav_gall {background-color:#fff; color:#659707; text-align:center; }
div#nav_gall a#cur_gall {font-size:2em; }
