#lightbox { 
   display: none; position: fixed; z-index: 1000;
   top: 0%; left: 0%;
   width: 100%; height: 100%;
   background: rgba(0, 0, 0, 0.8);
   -pie-background:  rgba(0, 0, 0, 0.8);
   behavior: url(PIE.htc);
   text-align: center;
}

#lightbox_img {
   max-width: 100%;
   height: auto;
   border: 2px solid black; background: black;
   padding: 15px; background-color: white;
   border: 2px solid black;
   border-radius: 15px;
}

.myImg {
   cursor: pointer;
}

#lightbox_holder {
   max-width: 70%;
   margin: auto;
   margin-top: 50px;
}

#lightbox_desc {
   border-radius: 6px;
   margin: auto;
   background: rgba(0, 0, 0, 0.8);
   -pie-background:  rgba(0, 0, 0, 0.8);
   behavior: url(PIE.htc);
   text-align: left;
}

#textblock {
   font-family: Helvetica, Arial;
   color: #c1b6c0;
}