@charset "utf-8";
/* CSS Document */

div#abgne_marquee {
	position: relative;
	overflow: hidden;	 /*超出範圍的部份要隱藏 */
	width: 215px;
	height: 224px;
}
div#abgne_marquee ul {
	list-style:none;
	margin:0;
	width:215px;
	height:224px;
	position: absolute;
	left:0;	
	top:50px;
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	height:224px;	
}
div#abgne_marquee ul li a {
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font:12px/10px 微軟正黑體;
	color:#666;
	width:215px;
	text-decoration: none;
	text-align:center;
}
div#abgne_marquee ul li a img{
	width:215px;
	height:193px;
}
div#abgne_marquee ul li a p{
	line-height:14px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}