$(document).ready(function() {
  $("img[rel]").overlay({fixed: false});
});

