Event.observe(window, 'load', function () {
	document.observe('lightbox:loaded', function () {
		//alert('all done');
	});
});
