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