﻿$(function() {
	$(".box").corner("18px");
	$(".boxSmall").corner("10px");

    $(".tab.selected").corner("bottom 15px");
});
