/* Sample 5*/
#box5 div{
	position:absolute;
	background:#fff;
	width:520px;
	height:450px;
}
#box5 h3{
	padding:0 0 10px 0;
}
#box5 img{
	position:static;
	float:left;
	width:300px;
	/*height:600px;*/
	margin:0 10px 10px 0;
}
.mask{
	position:relative;
	width:520px;
	height:450px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}