/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:600px;
	height:240px;
	float:left;
	background:#eee;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	//*text-indent:16px;*/
}
#box4 img{
	width:200px;
	width:109px;
	float:left;
	margin:0 10px 10px 15px;
}
#info4{
	background:#D3DCE6 !important;
	color:red !important;
	cursor:default
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#D3DCE6;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask3{
	position:relative;
	width:600px;
	height:240px;
	overflow:hidden;
}
