#marqueecontainer
{
	position: relative;
	width: 170px; /*marquee width */
	height: 250px; /*marquee height */
	background-color: white;
	overflow: hidden;
	/*border: 3px solid orange;*/
	padding: 2px;
	/*padding-left: 4px;*/
}