.LB-overlay { 
    display: none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: #000; 
    z-index:1001; 
    -moz-opacity: 0.6; 
    opacity:.60; 
    filter: alpha(opacity=60); 
} 
 
.LB-content { 
    display: none; 
    position: fixed; 
    width: 50%; 
    height: 200px; 
    padding: 20px; 
    margin: 20% 25%; 
    border: 3px solid #000;
    background-color: #90C300; 
    z-index:1002;
} 

.LB-logo { 
    height: 30px; 
    width: 118px; 
    position: absolute; 
    top: 5px; 
    right: 5px; 
    background: url(/i/relakks-small.jpeg) 0 0; 
}

a#close { 
    height: 30px; 
    width: 30px; 
    position: absolute; 
    top: -12px; 
    left: -12px; 
    background: url(/i/button-close-lightbox.png) 0 0; 
}

a#close:hover { 
    background: url(/i/button-close-lightbox.png) 0 -30px; 
}
