#newsQuadro { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 194px; 
	/*height: 300px;*/
	overflow: hidden;
}

div.chips_riquadro div.chips_WrapTextBox {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:188px;
	/*height:300px;*/
	overflow:hidden;
	/*float:left;*/
}

#newsScrollBox { width: 10000px !important; float:none; height:10000px !important; }

#contFrecce { width:16px; top:19px; left:172px; }

#FrecciaSu { 
	position: absolute;
	top:8px;
	width:16px;
	height:16px;
	cursor: pointer;
	background-image:url(//www.viaprimomaggio19.it/chips/immagini/frecceNewsSu.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#FrecciaSu:hover {
	background-position:0 -16px;
} 

#FrecciaGiu {
	position: absolute;
	top:23px;
	width:16px;
	height:16px;
	cursor: pointer;
	background-image:url(//www.viaprimomaggio19.it/chips/immagini/frecceNewsGiu.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#FrecciaGiu:hover {
	background-position:0 -16px;
} 