(function($) {
    $(document).ready(function(){
        jQuery(".slickr-flickr-gallery a, a[rel='lightbox']").lightBox();
    });
})(jQuery);

