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

}
