$(document).ready(function(){
		$('#truck').animate({left:"+=800"}, 5000);
		$('#truck').hide('slow');
});

