#marqueecontainer{
position: relative;
width: 170px; /*marquee width */
height: 140px; /*marquee height */

overflow: hidden;
border: 0px solid orange;
padding: 2px;
padding-left: 0px;
}
