
/* 輪播圖的CSS */

a img {border: none;}

	#abgne_fade_pic {
		position: relative;


	}
	#abgne_fade_pic img.ad {
	position: absolute;	/* 讓圖片疊在一起 */
	left: 0px;
	}


	#abgne_fade_pic .control {
		position: absolute;
		right: 10px;
		bottom: 10px;
		display:none;/* 圖片數字關起來 */
	}

