#facebox-mascolores .b {
  background:url(b.png);
}
#facebox-mascolores .der {
  background:url(der.png);
}
#facebox-mascolores .top {
  background:url(top.png);
}
#facebox-mascolores .foot {
  background:url(foot.png);
}
#facebox-mascolores .tl {
  background:url(tl.png);
}

#facebox-mascolores .tr {
  background:url(tr.png);
}

#facebox-mascolores .bl {
  background:url(bl.png);
}

#facebox-mascolores .br {
  background:url(br.png);
}


#facebox-mascolores table {
  border-collapse: collapse;
}

#facebox-mascolores td {
  border-bottom: 0;
  padding: 0;
}

#facebox-mascolores .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox-mascolores .loading {
  text-align: center;
}

#facebox-mascolores .image {
  text-align: center;
}

#facebox-mascolores .fotoitem 
{
	border-width: 4px;
	margin: 5px 5px 5px 5px;
	border-color:#f6f5ea;
	background:#ffffff;
}


#facebox-mascolores .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox-mascolores .tl, #facebox-mascolores .tr, #facebox-mascolores .bl, #facebox-mascolores .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox-mascolores_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox-mascolores_hide {
  z-index:-100;
}

.facebox-mascolores_overlayBG {
  background-color: #000;  
  z-index: 99;
}

* html #facebox-mascolores_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

