.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    text-align: center;
}

.slide-nav .rslides_tabs {
    bottom: 30px;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    width: 100%;
}

.slide-nav .rslides_tabs li {
    float: left;
    background: url(../../images/slide-bg.png) no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    margin-right: 4px;
    cursor: pointer
}

.slide-nav .rslides_tabs .rslides_here {
    background: url(../../images/slide-bg-active.png) no-repeat scroll 0 0 transparent
}

.slide-nav .rslides_tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}

.slide-nav .rslides_tabs li a:hover {
    color: transparent;
    text-decoration: none;
    background: transparent
}