/* CSS Document */
#marqueecontainer{
  position: relative;
  width: 142px; /*marquee width */
  height: 200px; /*marquee height */
  overflow: hidden;
  border: 1px solid orange;
  padding: 2px;
}

