#marqueecontainer{
position: relative;
width: 500px; /*marquee width */
height: 50px; /*marquee height */
background-color: white;
overflow: hidden;
border: 1px solid #DE6A07;
padding: 1px;
padding-left: 4px;
}
