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


