var popup = {

	init : function() {
	
		$('ul.pictures a').lightBox();
		
	}

};

$( popup.init );

