/**************styles lightbox**************/
#lightbox {
  background: #000 url("../images/popup/bg-lightbox.jpg") no-repeat top center;
  width:575px;
  height:506px;
  position:relative;
}
#lightbox  h1{
  position:absolute;
  font-size: 13px;
  top:180px;
  left:15px;
  width:178px;
  height:96px;
  text-indent:-1000em;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top center;
}
#lightbox  h1.nl_BE{
  background-image: url("../images/popup/nl_BE/title.png");
}
#lightbox  h1.fr_BE{
  background-image: url("../images/popup/fr_BE/title.png");
}
#lightbox  a{
  position:absolute;
  top:435px;
  left:40px;
  background-repeat: no-repeat;
  background-position: top center;
  width:120px;
  height:30px;
  text-indent:-1000em;
  overflow:hidden;
  display:block;
}
#lightbox  p.nl_BE a{
  background-image: url("../images/popup/nl_BE/btnShowpassio.png");
}
#lightbox  p.fr_BE a{
  background-image: url("../images/popup/fr_BE/btnShowpassio.png");
}
#lightbox  a:hover{
  background-position:  0 -30px;
}
