$(document).ready(function(){
	$('#banners').cycle({
		fx: 'scrollHorz',
		timeout: 100000,
		speed: 500,
		prev:   '#prev', 
    	next:   '#next'
	});
	
	$('#Solucoes').cycle({
		random: 1,
		timeout: 0
	});
	
});
