.examples{
	height:24px;
	padding: 1px 0 4px 0px;
}
ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	background-image:url(../images/CUSCNEWEST_09.png);
	/* optional styles for appearance */
	width: 650px;
	height: 28px; /* height should be included to reserve visual space for the marquee */
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	padding: 8px 5px;
	font-weight:normal;

}
.thanhtuu {
	clear:left;
	font-weight:bold; 
	float:left; 
	text-align:justify; 
	vertical-align:middle; 
	padding:7px 20px; 
	color:#103F8E; 
	background: transparent url(../images/CUSCNEWEST_27.png); 
}