a img {
	border: none;
}
#abgne_fade_pic {
/*	position: relative; 圖片大小 */
	width: 925px;
	height: 318px;
	border: 0px solid #ccc;
	position:relative ;
	
}
#abgne_fade_pic a.ad {
	position: absolute;	/* 讓圖片疊在一起  */
	left: -1px;  	/* 圖片相對位置  */
	top: 0px;
}
#abgne_fade_pic .control {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#abgne_fade_pic .control a {
	display: inline-block;
	padding: 3px;
	margin: 0 3px;
	width: 16px;
	color: #fff;
	background: #000;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
#abgne_fade_pic .control a.on {
	font-weight: bold;
	color: #f00;
}
