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