// JavaScript Document
$(document).ready(function(){
			$(".lightbox-2").lightbox({
			    fitToScreen: true
		    });
		    
		});
