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

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