$(document).ready(function() {
  $("#bottom .gallery a img:odd").css("margin-right", "0");
  
  DD_belatedPNG.fix('#header h1 a');
});

