#marqueecontainer{

position: relative;
width: 450px; /*marquee width */
height: 100px; /*marquee height */
background-color: white;
overflow: hidden;
/*border: 3px solid orange;*/
padding: 2px;
padding-left: 4px;
margin-bottom: 20px;
}



