$(function() {
	$('#content a:has(img)').fancybox({transitionIn: 'elastic'});
});

