/*
 *  Gallery - CSS - the master overlay layer for displaying full sized images
 */

#galleryinspectoverlay
{
    position: fixed;
    display:table-cell;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    padding:0px;
    text-align:center;
    white-space:nowrap;
    background-color:rgba(5,5,5,0.55);
    z-index:2;
}

#galleryinspect td
{
    text-align:center;
    vertical-align:center;
}
#galleryinspect
{
    position:relative;
    top:-16px;
    max-height:75%;
    max-width:75%;
    padding:8px;
    background-color:white;
    text-align:center;
    vertical-align: middle;
    z-index:3;
}

#galleryinspectcaption
{
    position:relative;
    top:-32px;
    left:50%;
    background-color:black;
    padding:8px;
    text-align:left;
    white-space:pre-line;
}

#close
{
    position:relative;
    top:-38px;
    left:-20px;
    z-index:4;
    text-align: left;
    vertical-align: top;
    cursor:pointer;
}