

/* Sample 5*/
#box1, #box2, #box3, #box4{
	position:relative;
}

/* Sample 5*/
#box1 div{
	position:absolute;
	top:0px; right:0px;
	width:120px;
	height:340px;
}
#box1 h3{
	padding:0 0 2px 0;
}
#box1 img{
	position:static;
	float:left;
	width:100x;
	height:150px;
	margin:4 4px 4px 4;
}
.mask{
	position:relative;
	width:120px;
	height:340px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}
