window.addEvent("domready", function () {
	new viewer($$('#pre_photos  img'),{
		mode: 'right',
		    interval: 5000
	    }).play(true);


    });
