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