#scroller,
#overscroller {
  position:absolute; /* mandatory */
  overflow:hidden; /* mandatory */
  top: 0px;
  left: 50%;
  width:200px; height:80px; /* set as required */
  margin: 0 0 0 -375px; /* optional */
  border: solid 0px #abc;
}

#scroller p {
  font-family: arial,helvetica,sans-serif;
  padding: 0 5px 5px;
  text-align: center;
  line-height: 1.25em;
  font-size: 10px;
  color: #369;
}
    
#scroller big {
  font-size: 11px;
}