$(function() {

	$("a[href$='.jpg']").fancybox({
		transitionIn: "elastic",
		transitionOut: "elastic"
	});

});
