#marqueecontainer{
	position: relative;
	width: 163px; /*marquee width */
	height: 367px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 1px solid #4CA500;
	padding: 2px;
	padding-left: 4px;
	margin-left: 2px;
}

#marqueecontainer img{
	border: 0;
}

