﻿#marqueecontainer{
position: relative;
width: 142px; /*marquee width */
height: 108px; /*marquee height */
background-color: white;
overflow: hidden;
border: 0px solid orange;
padding: 2px;
padding-left: 4px;
}
