html, body {
	margin: 0;
	padding: 0;
}

body {
	padding: 50px;
	background-color: #000000;
	font-family: Georgia, serif;
    font-size: 10px;
}

.to-flips {
    height: 250px;
    width: 300px;
    float: left;
    margin-right: 20px;
}

.to-flips .content {
    height: 150px;
    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;
}

.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: #eee;
    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: #444;
    color: #888;
    cursor: default;
}

.to-flips h3 {
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid black;
}

.to-flips h2 {
    text-align: center;
    color: white;
}

.to-flips p {
    margin: 10px;
}

.color1 {
    background-color: #7B805E;
}
.color2 {
    background-color: #C4C475;
}
.color3 {
    background-color: #FAE078;
}
.color4 {
    background-color: #E86557;
}
.color5 {
    background-color: #A13F38;
}


