.newsticker {
  color:#878788;
  cursor: default;
  /*font-family: verdana;*/
	font-family: sans-serif;
  line-height: 30px;
  padding: 0 10px 0 10px;
  height: 30px;
  position: relative;
  overflow: hidden;
  top: 10px;
}
.newsticker > .newsticker-list > .newsticker-item > a > span{
		padding: 5px;
		border-radius: 5px;
    background: #89AD0E 24px 24px no-repeat padding-box;
    color: white;
    position: relative;
	margin-right: 10px;
		
}


.newsticker .newsticker-list {
  position: absolute;
}

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