jQuery(document).ready(
    function($) {
        $("a.lb").fancybox();
    }
);
