window.addEvent('domready', function() {
	new NivooSlider($('slider'), {
		animSpeed : 2000,
		autoPlay : true,
		directionNav : false,
		directionNavHide : true,
		effect : 'fade',
		interval : 6000,
		orientation : 'horizontal',
		pauseOnHover : true,
		slices : 30
	});
});
