jQuery(document).ready(function() {
	if (jQuery('.macina_banners_gallery').length) {
		jQuery('.macina_banners_gallery').innerfade({
			speed: 'slow',
			timeout: 8000,
			type: 'sequence',
			containerheight: '260px'
		});
	}
});

