/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:841px;
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8{
	margin: 15px 0 15px 0;
}
.sample8 .buttons{
	text-align:right;
	clear:both;
	width: 120px;
	position: absolute;
	left: 50%;
	top: 360px;
	margin-left: 335px;
}
.sample8 .mask1{
}

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


.mask1{
	position:relative;
	width:841px;
	height:283px;
	overflow:hidden;
}

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

.sample8 .buttons span {
	background: url(buttons.png);
	width: 18px;
	height: 20px;
	display: block;
	text-align: center;
	float: left;
	margin: 0 2px 0 0;
	border: 1px solid transparent;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
}
.sample8 .buttons span:hover{
	color: #C0C0C0;
}
.sample8 .buttons span.active {
	border: 1px solid #FFF;
	font-size: 14px;
	color: #FFF;
}
