
#marqueecontainer {
position: relative;
width: 198px; /*marquee width */
height: 126px; /*marquee height */
background-color: white;
overflow: hidden;
/*border: 3px solid orange;*/
padding: 2px 4px 2px 4px;
}