$(document).ready(function() {
	var canto="10px";
	$(".box").corner(canto);

});