#marqueecontainer
{
position: relative;
width: 200px; /*marquee width */
height: 106px; /*marquee height */

overflow: hidden;

padding: 2px;
padding-left: 4px;
}
