$(document).ready(function(){
	if ($.browser.msie) {
		$('.round-5').corner('5px');
		$('.round-10').corner('10px');
	}
});
