$(document).ready(function(){
	
	$('.round').corner("");  
	$('.edge').corner(""); 
	$('.roundTop').corner("round top tr td"); 
	$('.roundBottom').corner("round bottom"); 
	$('.tround').corner("round td");
	
	$('a.button').each(function(){
		$(this).html('<i></i><span><span></span><i></i>'+ $(this).html() +'</span>') 
	});

});


