Animate marginTop and marginBottom not working

Animate marginTop and marginBottom not working

Hi guys,
I have a very basic jquery script,
The marginLeft and marginRight are working fine, but the top and bottom margin do nothing.
Any Ideias why?

  1. $('#fire').click(function(){
  2. $('#fire').animate({ 
  3. marginTop: +700
  4. },'slow','swing');
  5. });