$(document).ready(function()
{   
			$('#meter').css({'top' : '500px'});
			var $test = $('#meter');
			$test.animate( 
			{
				top:'300px'
			
			},500); 
			
		


         
   
});
 
 
 
 
    

    
    
    
  
    
    
    
  


    




    