#box1, #box2, #box3, #box4{
	position:absolute;
}

/* Sample 5*/
#box5 div{
	position:absolute;
	background:#fff;
	width:480px;
	height:240px;
}
#box5 h3{
	padding:0 0 10px 0;
}
#box5 img{
	position:static;
	float:left;
}
.mask{
	position:relative;
	width:190px;
	height:264px;
	overflow:hidden;
	border:10px #E4E4E4 solid;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}

.buttons {
	width:100%;
	padding:10px 0 0 0;
	text-align:center;
}
.buttons ul {
	padding:0;
	margin:0;
}
.buttons ul li {
	list-style:none;
	display:inline;
	padding:0 5px 0 5px;
}
.buttons ul li span:hover {
	cursor:pointer;
}
