﻿Slimbox.scanPage = function() {
	$('main').getElements('ul.section_list a, ul.design_list a, ul.seat_preview_list a, ul.design_offices_list a, div.contact_img a').filter(function(el) {
		return el.rel && el.rel.test(/^lightbox/i);
	}).slimbox({ }, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});
};
window.addEvent("domready", Slimbox.scanPage);
