﻿#marqueecontainer{
    position: relative;
    width: 160px; /*marquee width */
    height: 200px; /*marquee height */
    background-color: white;
    overflow: hidden;
    border: none;
    padding: 2px;
    padding-left: 4px;
}
