#facebox .b {
  background:url(../img/facebox/b.png);
}
#facebox .t {
  background:url(../img/facebox/t.png);
}
#facebox .r {
  background:url(../img/facebox/r.png);
}
#facebox .l {
  background:url(../img/facebox/l.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;
  z-index: 1250;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
  height: auto;
}

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

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 332px;
  height: auto;
  text-align: center;
}

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

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

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

#facebox .t {
	background-color: transparent;
	height: 20px;
}

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

#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');
}

#facebox .footer {
	margin-top: 10px;
	border-top: 1px solid #000;
	height: 25px;
}
#facebox .footer a img {
	position: absolute;
	margin-top: 5px;
	right: 30px;
}

/*
#facebox .popup table tbody tr td .content div .faceboxImageControl {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 21px;
	margin-right: 44px;
}
#facebox .popup table tbody tr td .content div .faceboxImageControl .faceboxPrevious {
	margin-right: 7px;
}
*/
#facebox .popup table tbody tr td .content .genomineerdenItem, #facebox .popup table tbody tr td .content .nieuwsLeesMeer {
	text-align: left;
	width: auto;
	height: auto;
	padding-top: 0;
}
#facebox .popup table tbody tr td .content .genomineerdenItem .genomineerdenTekst {
	float: none;
	width: auto;
	height: auto;
	padding-left: 0;
}