#box1, #box2, #box3, #box4{
	position:absolute;
}

/* Sample 5*/
#box5 div{
	position:absolute;
	background:#fff;
	width:440px;
	height:820px;
}

#box5 img{
	position:static;
	float:center;
	width:440px;
	height:385px;
	margin:0 0px 0px 0;
}
.mask{
	position:relative;
	width:440px;
	height:820px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}