var $j = jQuery.noConflict();

jQuery(function() {
        $j('a.lightbox').lightBox();    
});

