#marqueecontainer

{

	position: relative;

	width: 180px; /*marquee width */

	height: 400px; /*marquee height */

	background-color: ffffff;

	overflow: hidden;

	padding: 2px;

	padding-left: 2px;

}


