

$(document).ready(function(){
	
	$('.animagem').cycle({ 
	fx: 	'scrollHorz',
	timeout: 8000 ,
    delay:   -1000,
	pager:  '.page'
	});

});

