$(document).ready(function() {

    $('.gallery a').lightBox({
        fixedNavigation:true
    });

    $('.slideshow').cycle({
        fx: 'fade',
        speed:  2500
    });
});
