#marqueecontainer
{
	position: relative;
	width: 230px; /*marquee width */
	height: 200px; /*marquee height */
	background-color: ffffff; color:#000000; font-size:12px;
	overflow: hidden;
	padding: 2px;
	padding-right: 2px;
}
