.slider-wrapper {
    position: relative;
}

.slider {
    height: 300px;
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%;
}

.slider li {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider li:first-child {
    position: relative;
    display: block;
    float: left;
}

.slider img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
}

.rslides_tabs {
    bottom: -40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    z-index: 2;
}

.rslides_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 8px;
}

.rslides_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 15px;
    background: #ddd;
    box-shadow: 0 1px 0 #888 inset;
    display: inline-block;
    _display: block;
    *display: block;
    width: 10px;
    height: 10px;
}

.rslides_here a {
    background: #f1692d;
    background-image: linear-gradient(to bottom, #f2a078, #f25d1b);
    box-shadow: none;
}