﻿// SlideItMoo
window.addEvent('domready', function(){	
	new SlideItMoo({
		overallContainer: 'gallery_container',
		elementScrolled: 'thumb_container',
		thumbsContainer: 'thumbs',		
		itemsVisible:3,
		itemsSelector: '.thumbnail',
		itemWidth: 274,
		duration: 300,
		showControls: 1});
	});
