$(document).ready(function() {
    

				    jQuery(function(){
					jQuery("#gallery").lightBox();
				    });
				    jQuery(function(){
					jQuery(".city1 a").lightBox();
				    });			    
				    jQuery(function(){
					jQuery(".city2 a").lightBox();
				    });
				    jQuery(function(){
					jQuery(".city3 a").lightBox();
				    });
				

	
});
