$(document).ready(function() {
 $(".issue_tab").corner('top 3px');
 $(".cornertop3").corner('top 3px');
 $("#headTabs a").corner('top 8px');
 $("#tabs a").corner('top 5px');
 $(".corner10").corner('10px');
 $(".corner5").corner('5px');
 $(".cornerRight").corner('tr 5px br 5px');
 $(".topcorner").corner('top 10px');

 $(".colorbox").colorbox();
 $(".colorbox-iframe").colorbox({iframe:true,width:570,height:570, 
	onComplete : function() { $(this).colorbox.resize(); }}
  );
});

