jQuery(function(){
			//======================
			// modal
			//======================
			jQuery("a[href$=jpg]").prettyPhoto();
			jQuery("a[href$=gif]").prettyPhoto();
			jQuery("a[href$=png]").prettyPhoto();
			jQuery("a[rel^='prettyPhoto']").prettyPhoto();
		   });