.scrollBox {
   /* The box displaying the scrolling content */
   position: relative;
   width: 100%;
   height: 110px;
   /*border: 1px solid #831768;*/
   background-color: #FFFFFF;
   overflow: hidden;
  }
.scrollTxt {
   font: normal sans-serif;
   position: relative;
   top: 200px;
  }

