$(document).ready(function(){
	$('#banner').cycle({
		fx: 'fade', 
    	speed: 'slow',
		next: '#prox',
		prev: '#ant' 
	});
}); 
