// The code tags have the actual code, which is applied to the div
  jQuery(document).ready(function($) {
    $(".button1").corner('tl');	
	$("#content_left").corner('tl');
	$("#content_left").corner('bl');
	$("#content_right").corner('tr');
	$("#content_right").corner('br');
	
  });