
#marqueecontainer{
position: relative;
width: 150px; /*marquee width */
height: 250px; /*marquee height */
background:	#fff;
overflow: hidden;
border: 2px solid #243547;
padding: 5px;
padding-left: 4px;
}