
window.addEvent('domready', function(){
	/* thumbnails example , div containers */
	var p = new SlideItMoo({
		overallContainer: 'listThemes',
		elementScrolled: 'outerScroller',
		thumbsContainer: 'innerScroller',	
		prevButton: 'leftControl',
        nextButton: 'rightControl',
		itemsVisible:4,
		//elemsSlide:1,
		itemsSelector: '.themeBlock',
		itemWidth: 219,
		showControls:1,
		//autoSlide: 2000,
		transition: Fx.Transitions.Sine.easeIn,
		duration: 600
	});
});