// Corner Rounder

$(function(){
	$('.round').corner('round 5px');
	$('.round_left').corner('tl bl 5px');
	$('.round_right').corner('tr br 5px');
	$('.round_top').corner('tr tl 5px');
	$('.round_bottom').corner('bl br 5px');
	$('.round_line').corner('round 5px').parent().css('padding', '2px').corner("round 7px");
});
