
#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color:#83A7BF;
overflow: hidden;
padding: 2px;
padding-left: 4px;
}

