$(function() {
	$("a[href$=.jpg],a[href$=.gif],a[href$=.png]").fancybox({
		'overylayOpacity': 0
	});
});