@charset "utf-8";
/* CSS Document */
#js {
    height: 206px;
    width: 1000px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#abgne_fade_pic a img {
	border: none;
}
#abgne_fade_pic {
	position: relative;
	width: 1000px;
	height: 206px;
	background-color: #FFF;	
}
#abgne_fade_pic a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
	left: 0px;
	top: 0px;
}
#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: 8px;
	font-size: 0px;
	background-color: #630;
	margin: 0 2px;
	height: 8px;
	color: #FFF;
	overflow: hidden;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#abgne_fade_pic .control a.on {
	font-weight: bold;
	color: #FF9;
	background-color: #C30;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
