/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:422px;
	float:left;
	display:block;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right;
	cursor:pointer;
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
.sample8 .mask1{
}

.mask1{
	position:relative;
	width:422px;
	height:  230px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:422px;
	height:  300px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}


