﻿$(document).ready(function () {
    $('#Banner').innerfade({ animationtype: 'fade', speed: 750, timeout: 2000, type: 'sequence', containerheight: '285px' });
});

$(document).ready(function () {

    $('.BoxDestaques').innerfade({ animationtype: 'fade', speed: 'slow', timeout: 20000, type: 'sequence', containerheight: '94px' })
});
