function setPosition(widget) {
	widget.style.left = "auto";
	widget.style.right = "5px";
	widget.style.marginLeft = "0";
}
