jQuery(function( $ ){
		
	$('a.next').click(function(){
		$(this).parents('div.elenco').scrollTo( this.hash, 500, { queue:true } );
		return false;
	});

});
