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