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