.mod-fwgallery-latest-image {
    position:relative;
    text-align:center !important;
}
.mod-fwgallery-latest-image-info {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:0.8;
    width:100%;
    z-index:89;
}
.mod-fwgallery-latest-image-info p {
    padding:5px;
    margin:0;
}

/* wrapper table */
.mod-fwgallery-latest-image table.fwg-wrapper {
    margin: 0 auto;
    border-collapse: collapse;
}

.mod-fwgallery-latest-image table.fwg-wrapper td {
    padding: 0;
}

.mod-fwgallery-latest-image td.fwg-wrapper-top-left,
.mod-fwgallery-latest-image td.fwg-wrapper-top-right,
.mod-fwgallery-latest-image td.fwg-wrapper-bottom-left,
.mod-fwgallery-latest-image td.fwg-wrapper-bottom-right {
    width: 7px;
    height: 7px;
    font-size: 1px;
    line-height: 1px;
    background: url(../../../../components/com_fwgallery/assets/images/wrap_top_left.png) no-repeat 0 0;
}

.mod-fwgallery-latest-image td.fwg-wrapper-top-right {
    background: url(../../../../components/com_fwgallery/assets/images/wrap_top_right.png) no-repeat 0 0;
}

.mod-fwgallery-latest-image td.fwg-wrapper-bottom-left {
    background: url(../../../../components/com_fwgallery/assets/images/wrap_bottom_left.png) no-repeat 0 0;
}

.mod-fwgallery-latest-image td.fwg-wrapper-bottom-right {
    background: url(../../../../components/com_fwgallery/assets/images/wrap_bottom_right.png) no-repeat 0 0;
}

.mod-fwgallery-latest-image td.fwg-wrapper-top-middle,
.mod-fwgallery-latest-image td.fwg-wrapper-bottom-middle {
    height: 7px;
    font-size: 1px;
    line-height: 1px;
    background: url(../../../../components/com_fwgallery/assets/images/wrap_top_middle.png) repeat-x 0 0;
}

.mod-fwgallery-latest-image td.fwg-wrapper-bottom-middle {
    background: url(../../../../components/com_fwgallery/assets/images/wrap_bottom_middle.png) repeat-x 0 0;
}

.mod-fwgallery-latest-image td.fwg-wrapper-body-left,
.mod-fwgallery-latest-image td.fwg-wrapper-body-right {
    width: 7px;
    background: url(../../../../components/com_fwgallery/assets/images/wrap_body_left.png) repeat-y 0 0;
}

.mod-fwgallery-latest-image td.fwg-wrapper-body-right {
    background: url(../../../../components/com_fwgallery/assets/images/wrap_body_right.png) repeat-y 0 0;
}

.mod-fwgallery-latest-image td.fwg-wrapper-body-middle {
    padding: 7px !important;
    vertical-align: top;
    background: #fff;
}