#marqueecontainer{
position: relative;
width: 100px; /*marquee width */
height: 400px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid #b41607;
padding: 2px;
padding-left: 4px;
}
