#marqueecontainer{
	position: relative;
	width: 150px; /*marquee width */
	height: 180px; /*marquee height */
	background-color: #fae5bc;
	overflow: hidden;
	border: 2px solid maroon;
	padding: 0px;
	padding-left: 0px;
	visibility: visible;
}
