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

a img {
	border: none;
}
#abgne_fade_pic {
	position: relative;
	width: 1200px;
	height: 368px;
	/*border: 1px solid #ccc;*/
}
#abgne_fade_pic a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
}
#abgne_fade_pic .control {
	position: absolute;
	text-align:center;
    right: 20px;
	/*width:941px;*/
	bottom: 10px;
}
#abgne_fade_pic .control a {
	display: inline-block;
	padding: 3px;
	margin: 0 3px;
	width: 18px;
	height:12px;
	background:url(pointa.png) no-repeat;
	color: #fff;
/*	background: #000;*/
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	/*display:none;*/
}
#abgne_fade_pic .control a span {
	display:none;
}
#abgne_fade_pic .control a.on {
	background:url(pointb.png) no-repeat;
	font-weight: bold;
	color: #f00;
}