function initGaleria(){
	$(function() {
		$("div.scrollable").scrollable({ 
					vertical:false, 
					size: 3
		});
	});
}
