$(document).ready(function() {
    $('#img_home').cycle({
		fx: 'fade',
		speed:  4000
	});
});
