/* Baners*/
#box{
	position:absolute;
}
#box div{
	width:800px;
	float:left;
	height: 300px;
}
#box .buttons{
	text-align:left
}
#box .next{
	float:right
}
.banner .buttons{
	text-align:center;
	clear:both;
}
.banner .mask1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

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


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

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

