#marqueecontainer

{

	position: relative;

	width: 280px; /*marquee width */

	height: 200px; /*marquee height */

	background-color: ffffff;

	overflow: hidden;

	padding: 2px;

	padding-left: 2px;

}

