#marqueecontainer{
	position: relative;
	width: 235px;
	height: 107px;
	background: #9b0f0f;
	color: #FFFFFF;
	font-size:11px;
	overflow: hidden;
	margin:0 auto;
	padding: 10px 10px;
	float: right;
}

#marqueecontainer a 
{
	color: #FFFFFF;
	/*	font-weight :bold;*/
	text-decoration:none;

}
#marqueecontainer a:hover 
{
	color: #FFFFFF;
/*	font-weight :bold;*/
	text-decoration:none;

}
#marqueecontainer a:visited 
{
	color: #FFFFFF;
	/*	font-weight :bold;*/
	text-decoration:none;

}


