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