/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:210px;
	height:auto;
	float:left;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
	margin:0 0 5px 0;
	text-align:center;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
}
a {color:#cf910c}
#box4 p{
	text-indent:4px;
}
#box4 img{
	float: none;
	text-align:center;
	margin:0 10px 20px 20px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}

/* ********************************** */
.mask3{
	position:relative;
	width:212px;
	height:200px;
	overflow:hidden;
}
.test{
	height:auto;
}