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