/*-----------------Slider-----------------*/
.rslides {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.rslides li {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rslides li:first-child {
    display: block;
    float: left;
    position: relative;
}
.rslides img {
    border: 0 none;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.callbacks_nav {
    height: 36px;
    left: 0;
    margin-top: -45px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 20%;
    width: 36px;
    z-index: 3;
}
.callbacks_nav.next {
    background-position: right top;
    left: auto;
    right: 0;
}
.callbacks_tabs a::after {
    background: none repeat scroll 0 0 #eee;
    border-radius: 50%;
    content: "?";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 0;
    height: 9px;
    visibility: visible;
    width: 9px;
}
.callbacks_here a::after {
    background: none repeat scroll 0 0 #F9302E;
}
.callbacks_tabs a {
    visibility: hidden;
}
.callbacks_tabs li {
    display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
    bottom: 14px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}