 	function arpora_prettify() {
	 		
	 		jQuery("a[rel^='prettyPhoto']").prettyPhoto({
	 			animationSpeed:'fast',
	 			slideshow:3000,
	 			theme:'light_rounded',
	 			show_title:false,
	 			overlay_gallery: false
	 		});
	 	
	 	}
	 	
	 	if(jQuery().prettyPhoto) {	arpora_prettify(); }
