// JavaScript Document

$(function() {
	$('#livros')
		.cycle({ 
		fx:     'turnDown',
		speed:  'fast',
		timeout: 4000,
		pause: 1,
	});
});
