$(document).ready(function(){

	$(".lightbox").lightbox({
		fitToScreen: true,
		imageClickClose: false
	});					    

});


