.ticker{
  position:     relative;
  visibility:   hidden;
  left:         0px;
  top:          0px;
  border-width: 0px;
  border-style: solid;
  font-size:    18px;
  font-weight:  bold;
  width:        100%;
}

#indiv{
  position: relative;
  height: 130;
  width: 800px;
  overflow: hidden;
}

#indiv span{
  padding-left: 50px;
  padding-right: 50px;
}
