window.addEvent('domready', function() {
		
		
		//
		var nS4 = new noobSlide({
			mode: 'vertical',
			box: $('kampanyam'),
			items: $$('#kampanyam div'),
			size: 76,
			//handles: $$('#bolum li'),
			buttons: {previous: $('yukari'), next: $('asagi') },
			autoPlay: true,
			fxOptions: {
				duration: 750,
				transition: Fx.Transitions.Back.easeOut,
				wait: false
			},
			handle_event: 'mouseenter',
			onWalk: function(currentItem,currentHandle){
				
			}
		});
		
									 });
