.to-flips {
    height: 137px;
    width: 250px;
    float: left;
	margin-top:0px;
	padding:1px;
}

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

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

.to-flips2 {
    height: 200px;
    width: 190px;
    float: left;
	margin-top:30px;
	margin-left:5px;
	padding:10px;
}

.to-flips2 .content {
    height: 180px;
    position: relative;
    overflow: hidden;
}

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

.to-flips3 {
    height: 130px;
    width: 500px;
    float: left;
	padding:20px;
}

.to-flips3 .content {
    height: 130px;
    position: relative;
    overflow: hidden;
}

.to-flips3 .content .block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
/*    display: none;*/
    overflow: hidden;
}
/*
.color1 {
    background-color: #7B805E;
}
.color2 {
    background-color: #C4C475;
}
.color3 {
    background-color: #FAE078;
}
.color4 {
    background-color: #E86557;
}
.color5 {
    background-color: #A13F38;
}

*/