/* Sample 4*/
#box4{
	position:absolute;
	left: 17px;
	top: 3px;
}
#box4 div{
	width: 870px;
	float: left;
	background-color: #FF9;
	/*-moz-border-radius-bottomright: 50px 50px;
border-bottom-right-radius: 50px 50px;*/




	-moz-border-radius-bottomleft: 50px 50px;
	border-bottom-left-radius: 50px 50px;
	display: block;
}
#box4 h3, #box4 p, #box4 br, #box4 ul{
	padding:5px 10px;
}

#box4 img{
	float:left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}


#info4{
	background:#fff !important;
	color:red !important;
	cursor:default;
	display: none;
}


.mask3{
	position: relative;
	height: 550px;
	width: 900px;
}

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