
#marqueecontainer{
position: relative;
width: 150px; /*marquee width */
height: 190px; /*marquee height */
background-color: #FFF;
overflow: hidden;
border: 0px solid orange;
padding: 2px;
padding-left: 6px;
}
