$(document).ready(function() {

$("a[href$=.jpg],a[href$=.png],a[href$=.gif],a[href$=.jpeg]").fancybox({
	'titleShow'     : false
});

});
