$(document).ready(function() {
	var flow = $('#flow').height() + 35;
	var taxibud = flow + $('#taxibud').height() + 80;
	var location = taxibud + $('#location').height() + 80;
	var footer = location + $('#sidfot').height() + 50;
	$('.movedot').click(function() {
		$(this).animate({top: flow}, 2000);
		$(this).animate({left: '-45'}, 5000);
		$(this).animate({top: taxibud}, 2000);
		$(this).animate({left: '995'}, 5000);
		$(this).animate({top: location}, 2000);
		$(this).animate({left: '-45'}, 5000);
		$(this).animate({top: footer}, 2000);
	});
	



	//$('.car').click(function (){rotera('+','90');});
	
});
