
/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:904px;
	height:302px;
	float:left;
	background:none;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#info4{
	background:#000 !important;
	color:red !important;
	cursor:default
}

.mask3{
	position:relative;
	width:904px;
	height:302px;
	overflow:hidden;
}

/* Sample 5*/
#box5{
	position:absolute;
}
#box5 div{
	width:904px;
	height:302px;
	float:none;
	background:none;
}

#box5 h3, #box5 p, #box5 ul{
	padding:5px 10px;
}
#box5 p{
	text-indent:16px;
}
#info5{
	background:#000 !important;
	color:red !important;
	cursor:default
}

.mask5{
	position:relative;
	width:904px;
	height:302px;
	overflow:hidden;
}
.pic {
	margin:3px;
	border: 1px solid #ffffff;
	}
	
	
