.ui-newsticker {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  
  color: #402726;
  cursor: default;
  font-family: verdana;
  font-weight: bold;
  font-size: 13px;
  line-height: 15.6px;
  padding: 0 10px 0 10px;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.ui-newsticker:hover {
 
}

.ui-newsticker-list {
  position: absolute;
  top: 8px;
  height: 30px;
  overflow: hidden;
}

.ui-newsticker-item {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
}