window.addEvent('domready', function(){
	new SlideItMoo({itemsVisible:3,
					currentElement: 0,
					thumbsContainer: 'thumbs',
					elementScrolled: 'thumb_container',
					overallContainer: 'gallery_container'});
					
	new SlideItMoo({itemsVisible:3,
					currentElement: 0,
					thumbsContainer: 'thumbs2',
					elementScrolled: 'thumb_container2',
					overallContainer: 'gallery_container2'});
});
