/* Sample 8*/
.sample8{
	position:absolute;
	top:507px;
}

#box8{
	position:absolute;
}

#box8 div{
	width:570px;
	float:left;
}

#box8 table{
	position:relative;
	width:570px;
}

#box8 .buttons{
	position:relative;
	text-align:left
}
#box8 .prev{
	float:left;
	width:70px;
	cursor:pointer;
}

#box8 .next{
	float:right;
	width:70px;
	cursor:pointer;
}

.sample8 .buttons{
	text-align:center;
}

/* ********************************** */

.mask1{
	position:relative;
	width:570px;
	height:180px;
	overflow:hidden;
}

.buttons span{background:white;color:#f0a500;padding:5px;cursor:pointer;}
.buttons span.active, .buttons span:hover{background:#f0a500;color:#fff}
