/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:580px;
	height:300px;
	float:left;
}

#box4 h3, #box4 p, #box4 ul{
	padding:1px 1px;
}
#box4 p{
	text-indent:1px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}
/* ********************************** */

.mask3{
	position:relative;
	width:580px;
	height:300px;
	overflow:hidden;
}