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

a img {
		border: none;
	}
#abgne_fade_pic {
	position: relative;
	width: 490px;
	height: 405px;
}
#abgne_fade_pic a.ad {
		position: absolute;	/* 讓圖片疊在一起 */
}
#abgne_fade_pic .control {
		position: absolute;
		right: 10px;
		bottom: 10px;
}
#abgne_fade_pic .control a {
		display: inline-block;
		padding: 3px;
		margin: 0 3px;
		width: 10px;
		color: #fff;
		background:  #666666;
		text-align: center;
		font-size: 12px;
		text-decoration: none;
}
#abgne_fade_pic .control a.on {
		font-weight: bold;
		color:  #000;
		background:  #b83f5b;
}
