.newsticker {
	cursor: default;
	font-weight: bold;
	font-size: 13px;
	line-height: 15.6px;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 0;
}


.newsticker .newsticker-list {
  position: absolute;
  top: 8px;
  height: 30px;
  overflow: hidden;
}

.newsticker .newsticker-list .newsticker-item {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
}
