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

