.to-flips {
    float: left;
    width: 577px;
    height: 90px;
    padding: 0px 10px 10px 10px;
    overflow: hidden;
}

.to-flips .content {
    height: 90px;
    position: relative;
    overflow: hidden;
}

.to-flips .content .block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    display: none;
    overflow: hidden;
}

.to-flips .navigation {
    margin-top: 10px;
    margin-left: 130px;
}

.btn-left,
.btn-right,
.btn-left-dis,
.btn-right-dis {
    width: 47px;
    height: 29px;
    text-align: center;
    cursor: pointer;
}

.btn-left-dis, .btn-right-dis {
    cursor: default;
}