$(function(){
  $('.roundCorner').corner("round 10px");
  $('.roundCornerLeft').corner("round left 10px");
  $('.roundCornerTop').corner("round top 10px");
  $('.roundCornerBottom').corner("round bottom 10px");
  $('.roundCornerRight').corner("round right 10px");
  $('.roundCornerTopLeft').corner("round tl 10px");
  $('.roundCornerTopRight').corner("round tr 10px");
  $('.roundCornerBottomRight').corner("round br 10px");
  $('.roundCornerBottomLeft').corner("round bl 10px");
});

