$(document).ready(function(){
  $(".project").corner("rounded 5px");
  $(".product").corner("rounded 5px");
  $(".big_description .description_inner").corner("rounded 10px");
  $("#what_we_do .product .motto").corner("rounded 5px");
  $("#what_we_do .product .side").corner("rounded 5px");
});

$('a.external').click(function(){
  this.target = "_blank";
});

