
#marqueecontainer{
position: relative;
width: 400px; /*marquee width */
height: 100px; /*marquee height */
background-color: white;
overflow: hidden;
border: 1px solid blue;
margin-left: auto;
margin-right: auto;
}



