#marqueecontainer{
position: relative;
width: 290px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
text-align: LEFT;
border: 3px solid blue;
padding: 2px;
padding-left: 4px;
}


