$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto({
default_width: 800,
default_height: 600
});
});
