/**
 * @author mario
 */
 $(document).ready(function() {
 

	$('#testo-home-page').jScrollPane({showArrows:false, scrollbarWidth: 15, arrowSize: 16, dragMaxHeight: 20});
	
});