jQuery(document).ready(function($) {
	//rounded corner codes here
	$(".rounded").corner("6px");
	$(".roundedTop").corner("7px top");
	$(".roundedTab").corner("tr br bl 7px");
});

