@charset "utf-8";
/* CSS Document */

#abgne_fade_pic a img {
	border: none;
}
#abgne_fade_pic {
	position: relative;
	width: 980px;
	height: 460px;
	border: 1px solid #ccc;
}
#abgne_fade_pic a.ad {	position: absolute;	/* 讓圖片疊在一起 */
}
#abgne_fade_pic .control {
	position: absolute;
	right: 10px;
	top: 10px;
}
#abgne_fade_pic .control a {
	display: inline-block;
	width: 14px;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	background-image: url(images/Point.png);
	background-repeat: no-repeat;
	height: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
#abgne_fade_pic .control a.on {
	font-weight: bold;
	background-image: url(images/Point.png2.png);
	background-repeat: no-repeat;
	color: #FF9;
}
