div#tdvs_marquee_p {
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	width: 190px;
	height: 160px;	/*border: 0px solid #ccc;*/
	
	}
	div#tdvs_marquee_p ul, div#tdvs_marquee_p li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	div#tdvs_marquee_p ul {
		position: absolute;
	}
	div#tdvs_marquee_p ul li a {
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:14px;
	height: 160px;
	line-height: 16px;
	text-decoration: none;
	color:#FF0000;
	}
