@charset "utf-8";
/* CSS Document */
#marqueecontainer{
position: relative;
	width: 190px; /*marquee width */
	height: 150px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 1px solid white; /*orange*/
	padding: 2px;
	padding-left: 4px;
}

#marquee_link_company{
	color:#649acd;
	font-size:9px;
	font-weight:bold;
	
}


