@charset "utf-8";
/* CSS Document */
	#abgne_fade_pic {
		position: relative;
		width:940px;
		height:290px;
		border:1px solid #FFF;
	}
	#abgne_fade_pic img{
		width:100%;
		height:auto;
	}
	#abgne_fade_pic a.ad {
		position: absolute;	/* 讓圖片疊在一起 */
	}
	#abgne_fade_pic .control {
		position: absolute;
		right: 10px;
		bottom: 10px;
		/*隱藏數字*/
		line-height:25px;
		height:13px;
		overflow:hidden;
		
	}
@-moz-document url-prefix() { 
	 #abgne_fade_pic .control {
		position: absolute;
		right: 10px;
		bottom: 10px;
		/*隱藏數字*/
		line-height:25px;
		height:13px;
		overflow:hidden;
		padding: 0 0 1px 0;
		
	}
}
	#abgne_fade_pic .control a {
		display: inline-block;
		margin: 0 2px;
		width: 11px;
		height:11px;
		color: #999999;
		background: #999999;
		text-align: center;
		font-size:10px;
		text-decoration: none;
		padding: 0;
		-webkit-border-radius:10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#abgne_fade_pic .control a.on {
		font-weight: bold;
		color: #326D74;
		background: #326D74;
	}
	#abgne_fade_pic img{
		border:0;
	}