#abgne_fade_pic {
	position: relative;
	width: 1100px;
	height: 430px;
	z-index: 2;
}
#abgne_fade_pic a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
}
#abgne_fade_pic .control {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 12px;
	text-align: center;	/*text-align: center;*/
}
#abgne_fade_pic .control a {
	display: inline-block;
	padding: 2px;
	width: 15px;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 20px;
	text-indent: -9999px;
	background-image: url(../01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#abgne_fade_pic .control a.on {
	height: 13px;
	width: 15px;
	color: #FFF;
	background-image: url(../02.png);
	background-repeat: no-repeat;
	background-position: center center;
}
