$(document).ready(function() { 
  $('#wrapper img, #imageContainer').bind("contextmenu",function(e){
    return false;
  });
});
