#marqueecontainer{
position: relative;
width: 660px; /*marquee width */
height: 30px; /*marquee height */
background-color: white;
overflow: hidden;
left:-30px;
border: 0px;
}

