/* box 1 superiore */
.mask1{
	position:relative;
	left: 2px;
	width:535px;
	height:62px;
	overflow:hidden;
}
#box1{
	position:relative;

}
#box1 span{
	display:block;
	float:left;
	padding-right: 4px;
}



/* box 2 inferiore */
.mask2{
	position:relative;
	left: 2px;
	width:535px;
	height:62px;
	overflow:hidden;
	margin-top: 3px;
}
#box2{
	position:relative;
}
#box2 span{
	display:block;
	float:left;
	padding-right: 4px;
}