$(document).ready(function() {

	$(".tab_home_page").tabs({cssSelected: "on"});
	$("#slider").scrollable({circular: true}).autoscroll();
	$(".home_dx .testo_notizia:last").css('background-image', 'none');
	
});

