/* Sample 5*/
#box div, #box0 div {
	position:absolute;
	background:#fff;
	width:156px;
	height:117px;
}
#box img, #box0 img {
	position:static;
	float:left;
	width:156px;
	height:117px;
}
.mask {
	position:relative;
	width:156px;
	height:117px;
	overflow:hidden;
	margin-left:9px;
}
.mask img {
	position:absolute;
	display:block;
	border:none;
}
