.newsticker {
	/*
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #e58e8a;
  color: #402726;
  */
  cursor: default;
  /*
  font-family: verdana;
  font-weight: bold;
  font-size: 13px;
  line-height: 15.6px;
  padding: 0 10px 0 10px;
  */
  line-height: 15.6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}

.newsticker:hover {
  /* background: #ff9e9a; */
}

.newsticker .newsticker-list {
  position: absolute;
  top: 8px;
  padding-left: 4px;
}

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