#newsticker {
	position: relative;
	width: 167px;
	height: 140px;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
    height: 1.6em;
	overflow: visible;
    margin: 0;
	padding: 0;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
    right: 30px;
}

