window.addEvent('domready', function(){
	new GalleryFilters('thumb-browser');
	new PhotoGallery('photo-gallery-pod');
	new ThumbScroller($('thumb-browser').getElement('div.scroll'), {
		prev: $('thumb-browser').getElement('a.up'),
		next: $('thumb-browser').getElement('a.down'),
		active: 1,
		perGroup: 5
	});
});
