.to-flips {
    height: 300px;
    width: 1000px;
    float: left;
}

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

.to-flips .content .block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    display: none;
    overflow: hidden;
}
.to-flips .content .block li{
    list-style-type:circle;
    margin-left:20px;
}
.navigation{
    float: right;
}
.to-flips .navigation .btn-left, 
.to-flips .navigation .btn-right,
.to-flips .navigation .btn-left-dis, 
.to-flips .navigation .btn-right-dis {
    width: 20px;
    height: 20px;
    background-color:#BCCD2F;
    color: black;
    float:left;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.to-flips .navigation .btn-left-dis, .to-flips .navigation .btn-right-dis {
    background-color: #A64D2C;
    color: #F6D82B;
    cursor: default;
}

