#bx-pager {
    list-style-type: none;
    background-color: #b3bfc3;;
    color: #FFF;
    width: 100%;
    font: normal 1.3em arial, helvetica, sans-serif;
    text-align: center;
}

#bx-pager ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

#bx-pager li {
    font-size: 1.5em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 0;
    /*width: 33.3%;*/
    width: 25%;
    float: left;
    clear: none;
}

#bx-pager li a {
    text-decoration: none;
    background-color: #b3bfc3;
    margin: 0;
    padding: 15px;
    color: #FFF;
    display: block;
    line-height: 1.2em;
    font-size: .7em;
}

#bx-pager li a.active, #bx-pager li a:hover {
    background-color: #022c39;
}

#bx-pager li a.active:after {
    content: ' (Active)';
}

#bx-pager li a br {
    display: none;
    clear: none;
}

#bx-pager li a.active::after {
    content: none !important
}

#slides-collection div a img {
    height: auto !important;
    width: 100%;
}