.buttons { 
	padding:5px;
}
.buttons span {
	color:#0080FF;
	padding:0 5px;
	cursor:pointer;
}
.buttons span.active, .buttons span:hover {
	background:#0080FF;
	color:#fff;
}
/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8 .buttons{
	text-align:center;
	margin-left: 10px;
}
.sample8 .mask1{
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}
.mask1{
	position:relative;
	width: 500px;
	height: 280px;
	overflow:hidden;
	border: 0px solid;
}
