$(document).ready(function() {
	$('.lightbox').lightbox({
	    fitToScreen: true,
	    imageClickClose: true
    });
	
	$('a[href$=".jpg"], a[href$=".jpeg"], a[href$=".gif"], a[href$=".png"]', '#content').lightbox({
	    fitToScreen: true,
	    imageClickClose: true
    });
});
