window.addEvent('domready', function() {
	var hs_vid = new noobSlide({
			// mode: 'vertical',
			box: $('vid_box'),
			//startItem: 1,
			items: $ES('div','vid_box'),
			size: 187,
			//interval:3000,
			autoPlay: true,
			//handles: $ES('li','bolum'),
			buttons: {previous: $('sola_foto'), next: $('saga_foto') },
			fxOptions: {
				duration: 750,
				transition: Fx.Transitions.Quart.easeIn,
				wait: false
			},
			onWalk: function(currentItem,currentHandle){
			 /*this.handles.removeClass('active');
				currentHandle.addClass('active'); */
			}
		});
		hs_vid.walk(0);
		
});
