window.addEvent('domready', function(){
	var MultiBoxInstalaciones = new multiBox({
		mbClass: '.instalaciones_multiBox',//class you need to add links that you want to trigger multiBox with (remember and update CSS files)
		container: $(document.body),//where to inject multiBox
		descClassName: 'multiBoxDesc',//the class name of the description divs
		useOverlay: true,//use a semi-transparent background. default: false;
		recalcTop: true, //subtract the height of controls panel from top position
		showNumbers: true,//show numbers such as "4 of 12"
		showControls: true //show the previous/next, title, download etc
	});
});
