/* Sample 4*/
#box4{
	position:absolute;
	z-index: 1;
	visibility: visible;
}
#box4 div{
	width:720px;
	height:248px;
	float:left;
	background:#eee;
}

#box4 h3, #box4 p, #box4 ul{
	padding:0;
}
#box4 img{
	width:720px;
	float:left;
}

.mask1{
	position:relative;
	width:720px;
	height:248px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	float: left;
}
