window.addEvent('domready',function(){
		//SAMPLE 1 (auto, every 5 sec)


		//SAMPLE 5 (mode: vertical, using "onWalk" )
		

		var nS5 = new noobSlide({
			mode: 'vertical',
			box: $('box5'),
			size: 98,
			items: $$('#box5 li'),
			autoPlay:true,
			interval:8000,
			onWalk: function(currentItem){
				
			}
		});

		

	});