
.rota-div{
    height: 380px;
    display:block;
}
@media screen and (max-width: 767px){
   .rota-div{
      display:none;
    }
}
@media screen and (max-width: 767px){
    .rota-div{
        height: 120px;
    }
}
.rota-sw{
    width: 100%;
    height: 100%;
    position: relative;
}
.rota-sw img{
    width: 100%;
    height: 374px;
    border: none;
    display: block;
}
.rota-sw li{
    background-position: center;
    list-style: none;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
}
.rota-sw li img{
    width: 100%;
    height:380px;
    border: none;
    display: block;
}
@media screen and (max-width: 767px){
    .rota-sw li img {
        height: 120px;
    }
}


.btns{
    position: absolute;height: 100%;width: 100px;
}
.btns.b2{
    right: 0px;
}
.btnd{
    display: block;
    height: 47px;
    margin-top:176px;
    margin-left: 30px;
}
.btn1{
    width: 30px;
    left: 34px;
    z-index: 999;
}
.btns:hover .btn1{
    background: url("master-slider-left.png");
}

.btn2{
    width: 27px;
    right: 34px;
}
.btns:hover .btn2{
    background: url("master-slider-right.png");
}
.tabs{
    position: absolute;
    list-style: none;
    left: 50%;

    height: 40px;
    margin-left: -10px;
    bottom: 10px;
    color: #fff;
    font-size: 30px;
}
.tab{
    width: 8px;
    height: 8px;
    float: left;
    text-align: center;
    margin-top: 12px;
    margin-right:8px;
    border: 2px solid #ffffff;
    border-radius:50% ;
}
.tab:hover{
    background-color: #949494;
}


