#abgne_fade_pic_m {
	position: relative;
}
#abgne_fade_pic_m a.ad {
	position: absolute;  /* 讓圖片疊在一起 */
    width: 100%;
}
/* 選單樣式 */
#abgne_fade_pic_m .control {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: none;
}
#abgne_fade_pic_m .control a {
  display: inline-block;
  padding: 3px;
  margin: 0 3px;
  width: 10px;
  text-decoration: none;
  background-image: url(circle.png);
  background-repeat: no-repeat;
  height: 10px;
  background-position: center center;
  font-size: 0px;
}
#abgne_fade_pic_m .control a.on {
  background-image: url(circle-02.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 10px;
  width: 10px;
  font-size: 0px;
}