/* CSS Document */
/*--banner
----------------------------*/
#abgne-block-20120527 {
	margin:0 auto;
	width: 950px;	/* 圖片的寬 */
	height: 280px;	/* 圖片的高 */
	overflow: hidden;
	z-index:1;
}
#abgne-block-20120527 a {
	position: absolute;
	top: 0; 
	right: 0;
}
#abgne-block-20120527 a img {
	border: none;
}
 /* 以下是針對選單按鈕設定 */
#abgne-block-20120527 .abgne-controls {
	list-style: none; 
	position: absolute;
	margin: 0;
	padding: 0;
	right:10px;
	bottom: 0px;
	height: 20px;
}
#abgne-block-20120527 .abgne-controls li {
	float: left;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	cursor: pointer;
	margin-right: 2px;
	color: #ff5e00;
	background-color: #fff;
}
#abgne-block-20120527 .abgne-controls li.current { 
	color: #fff;
	background-color: #ff5e00;
}

