#ad_01 {
		width: 810px;	/* 圖片的寬 */
		height: 200px;	/* 圖片的高 */
		overflow: hidden;
	}
	#ad_01 a {
		position: absolute;
		top: 0; 
		left: 0;
	}
	#ad_01 a img {
		border: none;
	}


	/* 以下是針對選單按鈕設定 
	#ad_01 .abgne-controls {
		list-style: none; 
		position: absolute;
		margin: 0;
		padding: 0;
		left: 30px;
		bottom: 40px;
		height: 20px;
	}
	#ad_01 .abgne-controls li {
		float: left;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 20px;
		font-weight: 900;
		text-align: center;
		cursor: pointer;
		margin-right: 2px;
		color: #0cf;
		background-color: #fff;
	}
	#ad_01 .abgne-controls li.current { 
		color: #fff;
		background-color: #0cf;
	}
*/