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