#scroller1,
#scroller2 {
  position:absolute; /* mandatory */
  overflow:hidden; /* mandatory */
}

#scroller1 {
  top: 0px;
  left: 375px;

  width:350px; height:101px; /* set as required */
  /* background-color:#bfdfff;  set as required */

  border: solid 0px #abc; margin: 0px; /* optional */

  color: #036;
  font-size: 12px;
  opacity: 1.0;
}

#scroller2 {
  top: 490px;
  left: 5px;

  width:140px; height:110px; /* set as required */
  background-color:#cffffb; /* set as required */
  border: solid 1px #abc; margin: 0px; /* optional */

  color: #000;
  font-size: 12px;
  opacity: .65;
}

#scroller1 p,
#scroller2 p {
  padding: 5px;
  text-align: center;
  line-height: 1.35em;
}
    
