
/* Sample 2*/
#box2{
	position: absolute;
}
#box2 span{
	display:block;
	float:left;
}




.mask2{
	position: relative;
	width:600px;
	height:230px;
	overflow:hidden;
}
span img{
	display:block;
	border:none;
}