
function make_corners_rounded() {
	$('div.rnd_crn_hdr').corner('top 8px');
	$('div.round_my_corners').corner('#434343 10px');
}