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