$(document).ready(function() {
    $("a[rel^='prettyPhoto']").prettyPhoto({
        showTitle: false, /* true/false */
        theme: 'light_rounded' /* facebook / light_rounded / dark_rounded / light_square / dark_square */
    });
});
