$(document).ready(function(){
    $("a[rel^='lightbox']").prettyPhoto({ showTitle: false });
});