	window.addEvent('domready',function(){

/*---------SLIDE ----- COMIENZA ------------------------------------------------*/
		var hs4 = new noobSlide({
			box: $('box4'),
			items: $ES('div','box4'),
			size: 390,
			
			interval: 9000,
			fxOptions: {
				duration: 1000,
				transition: Fx.Transitions.Bounce.easeOut,
				wait: false
			},
			
			autoPlay: true,
			handles: $ES('span','handles4'),
			onWalk: function(currentItem,currentHandle){
				
				this.handles.removeClass('active');
				currentHandle.addClass('active');
			}
		});

	
	
	});/*------cirro domReady--------*/