$(document).ready(function () {
	if ($.browser.msie) {
		$('#tabs li').corner('top 6px cc:#0033d2');
	} else {
		$('#tabs li').corner('top 4px');
	}
	$('#basket').corner('top 8px');
});

