

/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:660px;
	height:490px;
	float:left;
}


.mask3{
	position:relative;
	width:660px;
	height:490px;
	overflow:hidden;
}



.buttons span{border:1px solid #ccc; padding:0 4px; cursor:pointer;}
.activepage {background: #6699FF; color:#990000; border:1px solid #333333;}

#box8{
	position:absolute;
}
#box8 div{
	width:660px;
	float:left;
	text-align:center;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
.sample8 .mask1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.mask1{
	position:relative;
	width:660px;
	height:300px;
	overflow:hidden;
}