 $(document).ready(function() {
$("a[rel^='photo']").prettyPhoto({
			animationSpeed: 'normal', /* fast/slow/normal */
			opacity: 0.80, /* Value between 0 and 1 */
			show_title:false,
			social_tools: false,
			overlay_gallery:false	
			
		});
 $("p:empty").remove();
 jQuery("#contact-form").validationEngine();
 $(".chef:odd").css("margin-right", "0");
 });
