#facebox .b {
  /*background:url(../img/facebox/b.png);*/
}

#facebox .tl {
  /*background:url(../img/facebox/tl.png);*/
}

#facebox .tr {
  /*background:url(../img/facebox/tr.png);*/
}

#facebox .bl {
  /*background:url(../img/facebox/bl.png);*/
}

#facebox .br {
  /*background:url(../img/facebox/br.png);*/
}

#facebox {
  position: absolute;
  /*top: 72px;
  left: 63px;*/
  z-index: 1250;
  text-align: left;
  border: 2px solid #000;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

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

#facebox .body {
  padding: 10px;
  background: rgba(125, 212, 224, 0.9); 
  width: 688px/*370px*/;
  min-height: 350px; 
}

#facebox .body div div span.type {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  left: 89px;
  top: 30px;
}

#facebox .body .content div img.lightbox-img {
  margin-top: 59px;
  margin-left: 79px;
  /*border: 2px solid #000;*/
}
#facebox .body .content div img.permanent {
  border: 2px solid #000;
}
#facebox .body .content div img.tijdelijk {
  border: 2px dashed #000;
}
#facebox .body .content div img.junior {
  border: 2px dotted #000;
}
#facebox .body .content div div.lightbox-text-left, #facebox .body .content div div.lightbox-text-right {
  margin-top: 13px;
  margin-bottom: 69px;
  width: 250px;
  line-height: 1.35em;
	font-size: 1.1em;
}
#facebox .body .content div div.lightbox-text-left {
  float: left;
  margin-left: 79px;
}
#facebox .body .content div div.lightbox-text-right {
  float: right;
  margin-right: 79px;
}

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

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

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  position: absolute;
  top: 5px;
  right: 5px;
}
#facebox .facebox-back, #facebox .facebox-forth{
	position: absolute;
	top: 200px;
}
#facebox .facebox-back{
	left: 30px;
}
#facebox .facebox-forth{
	right: 30px;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  display: none;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 1100;
}

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

