

/* Sample 1*/
#box1 div{
	position:absolute;
	background:#fff;
	width:480px;
	height:240px;
}
#box1 h3{
	padding:0 0 10px 0;
}
#box1 img{
	position:static;
	float:left;
	width:750px;
	height:500px;
	margin:0 10px 10px 0;
}

.mask{
	position:relative;
	width:750px;
	height:500px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}




/* Sample 5*/
#box5 div{
	position:absolute;
	width: 350px;
	height:360px;
	text-align: left;
}

.mask2 {
	position:relative;
	width: 350px;
	height:360px;
	overflow:hidden;
}
