$(document).ready
(
	function()
	{
		$('.slideshow').cycle({fx: 'fade',speed: 9000,timeout:  2000 });
		$("#lista").show();
		$("#lista").jqGalScroll({ease:'easeInOutCubic',speed:1000,direction:'horizontal'});
		$('.amplia').lightBox();	
	}
);
