
#lightbox{
    background-color:#eee;
    padding: 0 10px;
    text-align: right;
    }
#lightboxCaption{
    font-size: 0.8em;
    padding-bottom: 10px;
    color: #666666;
    text-align: left;
    }
    

#closeButton{
    line-height: 1px;
    cursor: pointer;
    position : absolute;
    top : 10px;
    right: 10px;
    z-index : 200;
}
#closeButton img{
    position: relative;
}
    
#lightboxPhoto {
    display: block;
    padding: 10px 0;
    text-align: right;
}

#lightbox img{ border: none; }
#overlay img{ border: none; }
#overlay{ 
    background-color: #000;
    width: 100%;
    min-height: 100%;
}
