
#marqueecontainer{
	position: relative;
	width: 180px; /*marquee width */
	height: 120px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: none;
	padding: 2px;
	padding-left: 4px;
	text-decoration: none;
	font-size: 11px;
	color: #5E5D60;
	font-weight: normal;
	font-family: Arial;
	line-height: 16px;
}