﻿.bx-wrapper {
    position: relative;
    font-size: 0px;
}

.bx-pager {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 51;
}

    .bx-pager .bx-pager-item {
        float: left;
        margin-right: 5px;
    }

        .bx-pager .bx-pager-item:last-child {
            margin-right: 0px;
        }

        .bx-pager .bx-pager-item a {
            text-indent: -999px;
            display: block;
            width: 15px;
            height: 15px;
            background: #fff;
            border-radius: 50%;
            box-shadow: inset 0 1px 2px #666;
        }

            .bx-pager .bx-pager-item a:hover, .bx-pager .bx-pager-item .active {
                background: #039BE5;
            }
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px;
        line-height: 20px;
        font-size: 15px;
    }
