
#marqueecontainer
	{
	position: relative;
	width: 290px; /*marquee width */
	height: 310px; /*marquee height */
	background-image:url('../images/scrollbg.png');
	// background-color: none;
	// background-color: #eeeeee;
	overflow: hidden;
	padding: 2px;
	padding-left: 0px;
	}
