$(function(){
	$('.welcome').corner("round 10px").parent().css('padding', '2px').corner("round 10px cc:#EFEEE9");
	$('.recreation').corner("round 10px").parent().css('padding', '2px').corner("round 10px cc:#EFEEE9");
	$('.hot-deals').corner("round 10px").parent().css('padding', '2px').corner("round 10px cc:#EFEEE9");
	
	new_right_height = $('#up-container').height();
	//alert(new_right_height);
	if ($.browser.msie && $.browser.version == 6) {
		new_right_height = new_right_height - 24;
	}
	else {
		new_right_height = new_right_height - 4;
		$('#right-welcome .welcome').height(new_right_height - 20);
	}
	$('#right-welcome').height(new_right_height);
});