#box1, #box2, #box3, #box4{

	position:absolute;

	left: 0px;

	top: 0px;

	width: 900px;

	height: 150px;

}



/* Sample 5*/

#box5 div{

	position:absolute;

	background:#a9c3a4;

	width:900px;

	height:180px;

}

#box5 h3{

	padding:0 0 0px 0;

}

#box5 img{

	position:static;

	float:left;

	width:900px;

	height:180px;

	margin:0 10px 0px 0;

}

.mask{

	position:relative;

	width:900px;

	height:180px;

	overflow:hidden;

	left: 0px;

}

.mask img{

	position:absolute;

	display:block;

	border:none;

	left: 0px;

	top: 0px;

	height: 180px;

	width: 900px;

}

