#marqueecontainer
{
	position: relative;
	width: 180px; /*marquee width */
	height: 420px; /*marquee height */
	background-color: ffffff;
	overflow: hidden;
	padding: 2px;
	padding-left: 2px;
}
