(function($) {
	$(function(){
			$("a[rel^='prettyPhoto']").prettyPhoto();
	});
})(jQuery);