/* Sample 4*/
#box4{
	width: 950px;
	height: 291px;
	position:absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
		padding:5px 10px;
}
#box4 div{
	width: 850px;
	height: 291px;

	float:left;

}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	float:right;
}


.mask3{
	position:relative;
	width: 850px;
	height:291px;
	
	overflow:hidden;
	
}
