
.simpleGalleryShow {
    z-index:500
}
.simpleGalleryCaption {
    z-index:600;
    background-color:#0c1e6c;
    color:#fff;
    line-height: 1.5em;
    text-align: justify;
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    font-size: 18pt;
    letter-spacing: 2px;
    z-index:550;
}
.simpleGalleryCaption .content {
    margin: 7px 15px;
}
.simpleGalleryCaption .content .subtitle{
    font-size: 60%;
    display: block;
    line-height: 0.8em;
    letter-spacing: 3px;
}
.simpleGalleryCaption .content h3 {
    margin:0;
    padding:0;
    color:#1DCCEF;
}