$(function () {
    // $('div.lightbox a').prettyPhoto();
    $("a[data-gal^='prettyPhoto']").prettyPhoto({
            theme: 'light_square',
            deeplinking: false,
            social_tools: false,
            overlay_gallery: false
    });
});
