  $(function() {
    $(".rel").lightBox();
  });
  
 var web_path = "";  
  
 $(document).ready(function(){  
    if ($("#content").height() < 550){
      $("#content-bottom").css("height", "650px");
    }  
  });   

