
.newsticker {
  color: #000;
  cursor: default;
  font-size: 12pt;
  line-height: 30px;
  padding:0;
  height: 30px;
  position: relative;
  overflow: hidden;
  width:100%;
  margin:10px 0;
}

.newsticker .newsticker-list {
  position: absolute;
  padding:0;
  margin:0
}

.newsticker .newsticker-list li.newsticker-item {
  overflow: hidden;
  text-align:right;
  padding:0;
  margin:0
}
.newsticker .newsticker-list li.newsticker-item a
{
	color:#666;
}
.newsticker .newsticker-list li.newsticker-item a:hover
{
	color:#277f66;
}
