﻿jQuery(function() {

    //homepage hero
$('.galimghldr').cycle({
        fx: 'fade',
        timeout: 8000,
        speed: 1000,
        pause: 1,
        cleartype: 0,
        easing: 'easeInOutQuart'
    });

    //homepage hero
    $('.testimonials').cycle({
        fx: 'scrollUp',
        timeout: 10000,
        speed: 2000,
        pause: 1,
        cleartype: 1,
        easing: 'easeInOutQuart'
    });


});


