var ani = {
	

	cloud1: {
		type:	'backgroundx',
		from:	1490,
		to:		-350,
		step:	-1,
		delay:	50
	},

};

function startAnimation(){
	$fx('#cloud1').fxAdd(ani.cloud1).fxRun(null,-1);

	
}
