#marqueecontainer{
position: relative;
width:96%; /*marquee width */
height: 200px; /*marquee height */
/*background-color: white;*/
overflow: hidden;
/*border: 3px solid orange;*/
padding: 2px;
padding-left: 4px;
}


