$(document).ready(init);

function init(){
	
	$("#content img").animate({left:0}, 3000);

};



