#marqueecontainer {
    position: relative;
    width: 300px; /*marquee width */
    height: 150px; /*marquee height */
    background-color: #d0dbe7;
    overflow: hidden;
    border: 3px solid red;
    padding: 2px;
    padding-left: 4px;
}
