jQuery(document).ready(function($) {

	// Rounded Corners for all
	$('.aris-tabs li').corner('5px');
	$('#test-link').corner('5px');
	$('.featured-main').corner('3px');
	$('.featured-side').corner('3px');
	$('.featured-main-button').corner('3px');
	$('.button').corner('3px');
	$('.deal-buy a').corner('3px');
	$('.nav-menu > ul > li.active').corner('3px tl tr');
	$('#my-cart span').corner();
	
	});
