$(document).ready(function() {	

	// scroller verticale
	$('#stdPanel').jScrollPane();

 	// slideshow immagini in pagine statiche
	$('#shuffle').cycle({ 
	    fx: 'turnDown',
	    delay: -2000
	});

});