$(document).ready(function() {
	$('.corner-full-8').corner('8px');
	$('.corner-full-4').corner('4px');
	$('.corner-left-8').corner('left 8px');
	$('.corner-top-8').corner('top 8px');
	$('.corner-bottom-8').corner('bottom 8px');
	$('.corner-left-top-8').corner('tl 8px');
	$('.corner-right-top-8').corner('tr 8px');
	$('.corner-left-bottom-8').corner('bl 8px');
});
