@charset "utf-8";
/* CSS Document */

#marqueecontainer{
	width: 191px; /*marquee width */
	height: 150px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border:0px;
	padding: 0px;
	padding-left: 0px;
	margin-left: 0px;
	text-align:left;
	border-left: 1px solid #1f308a;
	border-right: 1px solid #1f308a;
}