ul, li {
    list-style: none
}

.styColorA:first-child {
    background-color: red;
}

.stySlide-container {
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

    .stySlide-container li {
        display: block;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 2;
        background-size: cover;
        background-repeat: no-repeat;
    }

.stySlide {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.stySlide-tabs {
    position: relative;
    bottom: 44px;
    /*left: 42%;
    margin-left: -56px;*/
    z-index: 10;
    display: flex;
    justify-content: center;
    margin-right: 48px;
}

    .stySlide-tabs li {
        background-color: #FFF;
        border-radius: 14px;
        cursor: pointer;
        float: left;
        height: 18px;
        margin-left: 8px;
        filter: alpha(opacity=70);
        position: relative;
        width: 18px;
    }

.styActive {
    z-index: 5;
}

.styImgcontainer {
    height: 394px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
