$(document).ready(function() {
     $("a[rel^='prettyPhoto']").attr('rel', 'prettyPhoto[gallery]');
     $("a[rel^='prettyPhoto']").prettyPhoto({
        show_title: false,
        overlay_gallery: false,
        theme: 'facebook'
    });
});
