.XCSlider {
    float: right;
    position: relative;
    width: 679px;
    height: 170px;
    overflow: hidden;
}

    .XCSlider img {
        position: absolute;
        z-index: 0;
        top: 0px;
        left: 0px;
        max-width: none;
    }

.XC-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    z-index: 0;
}

.XCSlider a.XC-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices and boxes in the Slider */
.XC-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.XC-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

    .XC-box img {
        display: block;
    }

/* Caption styles
.XC-caption
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .XC-caption p
    {
        padding: 5px;
        margin: 0;
    }

    .XC-caption a
    {
        display: inline !important;
    }

.XC-html-caption
{
    display: none;
} */

/* Direction nav styles (e.g. Next & Prev) */
.XC-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.XC-prevNav {
    left: 0px;
}

.XC-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.XC-controlNav {
    text-align: center;
    padding: 15px 0;
}

    .XC-controlNav a {
        cursor: pointer;
    }

        .XC-controlNav a.active {
            font-weight: bold;
        }
