﻿$(document).ready(	function() {         	   // Fancybox settings (Gallery and Shop)	$("a.pop").fancybox({		'easingIn'      : 'easeOutBack',		'easingOut'     : 'easeInBack'	});}  );
