jQuery(document).ready(function() {
	jQuery("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox();
});
