function auth(){
	$.modal($('#authModal'), {overlay:75});
	document.authform.login.focus();
}

function hideAuth(){
	$('#authModal').close;
}

$(document).ready(function(){
  // ------- Óãîëêè -------
  $(".ktr").corner("round");
  $(".whiteArea").corner("round"); 
  $(".blog_comments").corner("round");
  $(".sideMenu").corner("round");
  $(".rblock").corner("round");
  $(".lipton-block").corner("round");
  $(".customCorners").corner("round");
  // ------- Óãîëêè -------
});



