#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
height: 100px; /*marquee height */
background-color: white;
overflow: hidden;
border: 0;
padding: 2px;
padding-left: 4px;
}
