// JavaScript Document
$(document).ready(function() {
	$("#commercial_gallery a").lightBox();
	$("#editorial_gallery a").lightBox();
});

