
	window.addEvent('domready',function(){
		//slider 1 
		var nS2 = new noobSlide({
			box: $('box2'),
			items: [0,1,2,3,4,5,6],
			interval: 6000,
			fxOptions: {
				duration: 1000,
				wait: false
			},
			addButtons: {
				previous: $('prev1'),
				play: $('play1'),
				stop: $('stop1'),
				next: $('next1')
			}
		});

	});
	