#marqueecontainer
{
	position: relative;
	width: 170px; /*marquee width */
	height: 200px; /*marquee height */
	background-color: ffffff;
	overflow: hidden;
	padding: 0px;
	padding-left: 0px;
}
