/*
 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;
  top:0;
  width:100%;
  background-color:#4C4B4A;
  cursor:pointer;
}

#lbCenter, #lbBottomContainer, #mb_center, #mb_bottom {
  position:absolute;
  z-index:90;
  left:50%;
  overflow:hidden;
  background-color:#c2c2c2;
}

#mb_center {
  background-color:#c2c2c2;
}

#mb_contents{
  width:400px;
  height:400px;
  border:10px solid #c2c2c2;
  overflow:auto;
  background-color:#666464;
  color:#ccc;
  visibility: hidden;
}

/* ELEMENTI PER FORMATTAZIONE DENTRO MOODALBOX */
div.moodalbox-contents{margin:15px;}
div.moodalbox-contents h1,div.moodalbox-contents h3{margin:0 0 15px 0; min-height:40px; padding:10px 0 0 60px; clear:both; font:normal 1.8em/1.2em arial,verdana,sans-serif; color:#fff; background:url(../immagini/bg-titolo.gif) no-repeat center left;}
div.moodalbox-contents p{margin:0 0 10px 0;}
div.moodalbox-contents p.sottotitolo{background:#c2c2c2; color:#4C4B4A; 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: #c2c2c2 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 #c2c2c2;
  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:Arial,Verdana,Geneva,Helvetica,sans-serif;
  font-size:12px;
  color:#4C4B4A;
  line-height:1.4em;
  text-align:left;
  border:10px solid #c2c2c2;
  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:#6C86A6;font-style:normal;}

#lbCaption{
  font-weight:bold;
}