$(document).ready(function(){
  $("#images-list").height($("#content").height()+160);
  $("#border-div-right").height($("#content").height()+110);
});

