
#slider1 .viewport {
    height: 370px;
    overflow: hidden;
    position: relative;
}

#slider1 .buttons {
/*    background: #0081c2;*/
    /*border-radius: 35px;*/
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
     z-index: 11111;
     background-color: #af0604;
}

#slider1 .next {
    right: 0;
    left: auto;
    top: 40%;
   
}

#slider1 .buttons:hover {
    color: #0081c2;
    /*background: #fff;*/
}

#slider1 .disable {
    visibility: hidden;
}

#slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 280px;
    left: 0;
    top: 0;
}

