.mask1 {
	position:relative;
	width:300px;
	height: 82px;
	overflow:hidden;
}

#box1{
	position:absolute;
}

	#box1 div {
		width:300px;
		float:left;
	}

	.buttons {
		text-align:left;
	}

	.next {
		float:right;
	}
	
.buttons{
	padding:3px 0 0 0;
}

.buttons span {
	display: block;
	width: 1px;
	height: 12px;
	background: #ccc url('img/news_nav_bg_inactive.gif') no-repeat;
	color: #000;
	padding:0 5px;
	margin: 0 2px 0 0;
	cursor: pointer;
	float: left;
}

.buttons span.active, 
.buttons span:hover {
	background: #EB6A28 url('img/news_nav_bg_active.gif') no-repeat;
	color: #fff;
}