/* CSS Document */

#marqueecontainer{
position: relative;
width: 140px; /*marquee width */
height: 160px; /*marquee height */
/* background-color: white; */
overflow: hidden;
border: 0px solid orange;
padding: 0px;
padding-left: 2px;
}
