jQuery(function() {
    jQuery('a[rel*=lightbox]').colorbox({
        maxWidth: 640,
        maxHeight: 480
    });
});

