.to-flips {
    width: 120%;
    float: left;
	margin-bottom:20px;
	margin-top:20px;
}

.to-flips .content {
    position: relative;
    overflow: hidden;
	height:150px;
	width:600px;
	float:left;
}

.to-flips .content .block {
    position: absolute;
    top: 0px;
    display: none;
    overflow: hidden;
	background:#ffe9ce;
	height:148px;
	width:150px;
	text-align:center;
	border:1px solid #ebbf89;
}
.to-flips .content .block a {
	color:#8c614a;
	font-size:12px;
	margin-top:10px;
}
.to-flips .content .block a:hover {
	color:#13583b;
	text-decoration:underline;
}

.to-flips .navigation {
    margin-top: 10px;
}

.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;
}

.left_rot {
	background:url(/images/slide_left.png) no-repeat scroll right center transparent;
	float:left;
	height:148px;
	width:23px;
	cursor: pointer;
}

.right_rot {
	background:url(/images/slide_right.png) no-repeat scroll left center transparent;
	float:left;
	height:148px;
	width:23px;
	cursor: pointer;
}
