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


#marqueecontainer{
	position: relative;
	width: 95%; /*marquee width */
	height: 95%; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 0px solid orange;
	padding: 2px;
	padding-left: 4px;
}
