$(document).ready(function(){
						   
	$('#track').click(function(){
		$(this).animate({ left:"70%"}, 3000);
	});	

});
