$(document).ready(
	function() {
		$("a[rel^='prettyPhoto']").prettyPhoto({
			animation_speed: 'normal',
			theme: 'facebook'
		});
	}
);

$(window).unload(
	function() {
		$('*').unbind();
	}
);
