function reloadLightbox() {
	initLightbox();
}

function doUpdate(req) {
	$('gallery_content').innerHTML = req.responseText;
	reloadLightbox();
}
