#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 250px; /*marquee height */

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