$(document).ready(function() {

    if($('.gallery a').size() > 0){
        $('.gallery a').lightBox({
            fixedNavigation:true
        });
    }

    if($('.cycle').size() > 0){
        $('.cycle').cycle({
            fx: 'fade',
            speed:  1500,
            timeout:	   4500
        });
    }
});
