$(document).ready(function(){
	$("a").click(function(){
		$(this).blur();
	});
	
	DD_roundies.addRule('.cat-item a, img, input, .round, pre, .data', '6px', true);
	DD_roundies.addRule('.round_sup', '4px 4px 0 0', true);

});