		
window.addEvent('domready',function(){
		var hs2 = new noobSlide({
			box: $('box1'),
			items: [1,2,3],
			interval: 3000,
			fxOptions: {
				duration: 1000,
				transition: Fx.Transitions.Bounce.easeOut,
				wait: false
			},
			buttons: {
				previous: $('prev1'),
				//play: $('play1'),
				//stop: $('stop1'),
				next: $('next1')
			}
		});
});