#marqueecontainer, #marqueecontainer a:link, #marqueecontainer a:active, #marqueecontainer a:visited, #marqueecontainer a:hover
{
	position: relative;
	/*width: 600px; /*marquee width */
	height: 37px; /*marquee height */
	color:#FFFFFF;
	overflow: hidden;
	vertical-align: bottom;
	border: 0px;
	padding: 0px;
	text-align:left;
	color: #FFFFFF;
	font-family: Verdana,Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	text-decoration: none;
	line-height: 37px;
	font-weight: bold;
}

#marqueecontainer img 
{
	border-width:0px;
	border-style:none;
}
