/* Sample 1*/
#box1 {
	position:absolute;
}
#box1 span {
	display:block;
	float:left;
}

.mask1 {
	position:relative;
	width:716px;
	height:280px;
	overflow:hidden;
}


span img {
	display:block;
	border:none;
}
