$(document).ready(function() {
	$("#imgs").cycle({
	fx: "fade", //ou outro tipo de transição como: scrollHorz, scrollUp, shuffle, etc…
	timeout: 4000
	});
});

