$(function() {
	// initialize scrollable 
	$("div.scrollable").scrollable({
		size: 1,
		speed: 1500,
		items: '#thumbs'
	});

// get handle to the API 
var api = $("div.scrollable").scrollable(); 

});


function nascondiIntro(){
	elem = document.getElementById("introFlash");
	elem.style.display="none";
}

