$(document).ready(function() {

    $('.visual').cycle({
        fx:      'fade',
        timeout: 5000,
        speed:   1000,
        pause:   0
    });
    $('a.enlarge').lightBox({fixedNavigation:true});

});
