

.to-flips {

    height: 250px;

    width: 100%;

    float: left;

    padding-bottom: 30px;

}



.to-flips .content {

    height: 250px;

    position: relative;

    overflow: hidden;

    border: 1px solid #999;

    text-align: center;

}



.to-flips .content .block {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0px;

    display: none;

    overflow: hidden;

}



.to-flips .navigation {

    margin-top: 5px;

    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: 26px;

    height: 20px;

    background-color: #eee;

    color: black;

    float: left;

    font-size: 12px;

    text-align: center;

    cursor: pointer;

}



.to-flips .navigation .btn-left-dis, .to-flips .navigation .btn-right-dis {

    background-color: #444;

    color: #888;

    cursor: default;

}



.to-flips h3,.to-flips h4 {

    padding: 0;

    margin: 0;

    padding: 10px;

    font-size: 42px;

    font-weight: bold;

}



.to-flips p {

    margin: 10px;

}


