.rslides_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.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;
}

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("themes.png") no-repeat left top;
    margin-top: -45px;
}

.centered-btns_nav:active {
    opacity: 1.0;
}

.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    margin-top: 6px;
    text-align: center;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    _display: block;
    *display: block;
    width: 12px;
    height: 12px;
}

.centered-btns_here a{ background: #1e32fa; }

/* customisation */

.rslides_container {
    margin: 0em auto 1em;
    float: none;
    width: 60%;
    color: #fff;
}

.rslides {
    background: #1e32fa;
}

.centered-btns_nav { opacity: unset; }

.rslides .logo {
    width: 79px;
    height: 79px;
    float: left;
    margin-top: 0.48em;
    margin-left: 4em;
    margin-right: 1em;
}

.rslides .content {
    margin-top: 0.48em;
    padding: 0.5em;
}

.rslides li {
    min-height: 6em;
}

.rslides .advert-leader {
    margin: 0.2em auto;
}

.rslides a.btn,
.rslides a.btn:hover
{ color: #fff; font-weight: normal; }

.centered-btns_tabs {
    padding: 0;
}
.rslides .content > div {
    float: left;
    width: 58%;
    /* background: green; */
}
.rslides .content > div + div {
    width: 20%;
    margin-top: 1em;
}
.rslides .content >div{}
.rslides .content >div+div{}

.carousel-content{ margin-right: 0.2em; font-size: 0.8em; }

/* net-rates */

.net-rates .rslides .content {
    margin-top: 1.08em;
}

.net-rates .rslides .content > div {
    width: 52%;
}
.net-rates .rslides .content > div + div {
    width: 25%;
    margin-top: 0.4em;
}

.net-rates .rslides a.btn {
    font-size: 0.68em;
    padding: 0.6em 3em 0.5em 2em;
}