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