@charset "utf-8";

a img {
	border: none;
}
#abgne_fade_pic {
	position: relative;
	width: 980px;
	height: 300px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#abgne_fade_pic img{
	width: 980px;
	height: 300px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#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: 0px 5px;
	margin: 0 3px;
	width: 10px;
	color: #CCC;
	background: #CCC;
	border:1px solid #fff;
}
#abgne_fade_pic .control a.on {
	font-weight: bold;
	color: #999;
	background: #999;
}
