#marqueecontainer
{
	position: relative;
	width: 100%; /*marquee width */
	height: 24px; /*marquee height */
	color:black;
	overflow: hidden;
	border: 0px;
	padding: 0px;
	text-align:left;
}

#marqueecontainer img 
{
	border-width:0px;
	border-style:none;
}

td.AniBox
{
	padding: 4px 0px 0px 0px;
}
