/*
 SLIMBOX (gallerie foto) --> classi e id che iniziano con lb
 MOODALBOX (box per testo e img es:news) --> classi e id che iniziano con md
*/

#lbOverlay, #mb_overlay {
	position: absolute;
  z-index:90;
	left: 0;
	width: 100%;
	background-color: #495C72;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer, #mb_center, #mb_bottom {
	position: absolute;
  z-index:90;
	left: 50%;
	overflow: hidden;
	background-color: #CBDCF2;
}

#mb_center {
  background-color: #CBDCF2;
}

#mb_contents {
  width: 400px;
  height: 400px;
  border: 10px solid #CBDCF2;
  overflow: auto;
  background-color: #fff;
  visibility: hidden;
}

/* ELEMENTI PER FORMATTAZIONE DENTRO MOODALBOX */
div.moodalbox-contents{margin:15px;}
div.moodalbox-contents h1,div.moodalbox-contents h3{color:#fa2525; font:normal 1.35em/1.2em georgia,times,serif; margin:0 0 10px 0; font-style:oblique;}
div.moodalbox-contents p{margin:0 0 10px 0;}
div.moodalbox-contents p.sottotitolo{background:#88DCFF; color:#314550; font-weight:bold; padding:5px;}
div.moodalbox-contents ul{list-style-image:url(../immagini/freccia-li.gif);list-style-position:outside;}
div.moodalbox-contents ul li{margin:5px 0 5px -20px; line-height:170%;}
/*FINE ELEMENTI CHE NON... */

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

#mb_error {
  font-size: 1.2em;
  color: #CD0000;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
  font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
  font-size: 0.8em;
}
#lbImage {
	position: absolute;
  z-index:90;
	left: 0;
	top: 0;
	border: 10px solid #CBDCF2;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom, #mb_bottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F6872;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #CBDCF2;
	border-top-style: none;
}

#lbCloseLink, #mb_close_link {
	display: block;
	float: right;
	width: 25px;
	height: 22px;
	background: transparent url(../immagini/slimbox-closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber, #mb_caption {
	margin-right: 71px;
}
#lbNumber {color:#5A5A5A; font-style:normal;}

#lbCaption {
	font-weight: bold;
}
