#marqueecontainer{
	position: relative;
	overflow: hidden;
	height: 115px;
	border: thin solid #5d1d59;
	position: relative;
	width: 192px; /*marquee width */
	height: 200px; /*marquee height */
	background-color: white;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

