$(document).ready(function() {

    $('#slide').cycle({

    timeout: 5000,
	fx: 'fade',
	next:'#botaodir',
	prev: '#botaoesq'
	//pager: '#pager'

	});

});

$(document).ready(function() {

    $('#box_noticias ul').cycle({

    timeout: 5000,
	fx: 'uncover'

	});

});
