$(document).ready(function(){

$("a[rel^='prettyPhoto']").prettyPhoto({
allowresize: false,
showTitle: true
});

$("a[rel^='prettyPhotoImg']").prettyPhoto({
//allowresize: false
});

});