#lightbox
{
   position: absolute;
   left: 0;
	 top: 0;
	background-color:rgba(0,0,0,0.8);
   width: 100%;
	height:100%;
   z-index: 100;
   text-align: center;
   line-height: 0;

}
#lightboximage
{
   opacity:1;
	 
}
