/* Sample 1*/
/* Sample 4*/
#box4{
	position:absolute;
}
.mask3{
	position:relative;
	width:200px;
	height:150px;
	overflow:hidden;
	margin-top: 10px;
}
#box4 div{
	width:200px;
	height:100%;
	float:left;
	background:#e6e6e6;
}
#box4 p{
margin:0;
padding: 0 6px 0 6px;
}
#box4 img{
	margin:0 10px 10px 15px;
}
span img{
	display:block;
	border:none;
}

