$(function() {
	// Fancybox images
	$("a[href*='.jpg'], a[href*='.gif'], a[href*='.png']").fancybox();
	
});
