

#marqueecontainer{
position: relative;
width: 194px; /*marquee width */
height: 340px; /*marquee height */
overflow: hidden;
/*border: 3px solid orange;*/
padding: 2px;
padding-left: 4px;
}


