$(document).ready(function() {

    $('textarea.expanding').autogrow();
    $('.header-visual').cycle({
        fx:      'fade',
        timeout: 7000,
        speed:   1000,
        pause:   0
    });
    $('a.enlarge').lightBox({fixedNavigation:true});

});
