	window.addEvent('domready',function(){
		new viewer($$('#box1 img)'),{
			mode: 'alpha',
			interval: 3000
		}).play(true);

	});
