#marqueecontainer{
position: relative;
width: 280px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid #FFFFFF;
padding: 2px 4px 2px 4px;
}