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

#abgne_fade_pic a img {
	border: none;
}
#abgne_fade_pic {
	position: relative;
	width: 680px;
	height: 250px;
}
#abgne_fade_pic a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
}
#abgne_fade_pic .control {
	position: absolute;
	right: 5px;
	font-size: 0px;
	color: #FFF;
	overflow: hidden;
	bottom: -10px;
}
#abgne_fade_pic .control a {
	display: block;
	width: 15px;
	font-size: 0px;
	background-color: #39F;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 2px;
	height: 5px;
	color: #FFF;
	overflow: hidden;
	float: left;
}
#abgne_fade_pic .control a.on {
	font-weight: bold;
	color: #FF9;
	background-color: #FF9;
}
