#flippies {}
.flippy_container {
	display:block;
	float:left;
	height:170px;
	overflow:hidden;
	padding:0px;
	position:relative;
	width:190px;
	cursor:pointer;
	margin-top:10px;
	}
.flippy {
	height:170px;

	/*direction of flip, equal to height of flippy_container*/
	left: -190px;  
	
	position:absolute;
	width:380px;
	}
.flippy .title {
	float:right;
	width:180px;
	}
.flippy .body {
	float:left;
	width:160px;
	margin: 0px 10px 0px 10px;
	}