#marqueecontainer{
position: relative;
width: 217px; /*marquee width */
height: 291px; /*marquee height */
background-color: #cae1fd;
overflow: hidden;
border: 0px solid orange;
padding: 2px;
padding-left: 4px;
}


