window.addEvent('domready', function (){
		var hs1 = new slide({
			box: $('hgal'),
			items: [1,2,3,4],
			size:596,
			autoPlay: true
		});
	var hs4 = new slide({
			box: $('box4'),
			items: $ES('div','box4'),
			size: 372,
			handles: $ES('span','handles4'),
			onWalk: function(currentItem,currentHandle){
				$('info4').setHTML(currentItem.getFirst().innerHTML);
				this.handles.removeClass('active');
				currentHandle.addClass('active');
			}
		});})
