var box = {};
window.addEvent('domready', function(){
	box = new MultiBox('mb', { useOverlay: true, showControls:false });
});
