// JavaScript Document

				
		
	//SAMPLE 2
		var nS2 = new noobSlide({
			box: $('box2'),
			items: [0,1,2,3,4,5,6,7,8],
			size: 292,
			autoPlay: true,
			interval: 20000,
			
			fxOptions: {
				duration: 2200,
				transition: Fx.Transitions.Sine.easeIn,
			}
		});
		
			//SAMPLE 3
		var nS3 = new noobSlide({
			box: $('box3'),
			items: [0,1,2],
			size: 292,
			autoPlay: true,
			interval: 38000,
			
			fxOptions: {
				duration: 2100,
				transition: Fx.Transitions.Sine.easeIn,
				wait: false
			}
		});


