#marqueecontainer{
position: relative;
width: 227px; /*marquee width */
height: 300px; /*marquee height */
background-color: #ffffe1;
overflow: hidden;
border: 1px solid black;
padding: 0px;
padding-left: 0px;
}