#marqueecontainer{
	position: relative;
	width: 300px; /*marquee width */
	height: 115px; /*marquee height */
	/*background-color: white;*/
	overflow: hidden;
	/*border: 3px solid orange;*/
}
#marqueecontainer p{
	margin:0 auto;
}