/*AD特效   <!--- 輪播效果 INDEX.php  -->       */

	ul, li {
		margin: 0;
		padding: 0;
		list-style: none;  
	}

	a img {
		border: none;
	}

	#abgne-block-20110406 {
	/*width: 698px;	 框架圖片的寬 
	height: 295px;	 框架圖片的高 */
	height: 647px;
	position: relative;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border: 1px solid #CCC;
	}

	#abgne-block-20110406 a.prev, #abgne-block-20110406 a.next {
	position: absolute;
	top: 300px;
	display: block;
	width: 50px;	/* 左右鈕圖片的寬 */
	height: 50px;	/* 左右鈕圖片的高 */
	text-indent: -9999px;
	}

	#abgne-block-20110406 .prev {
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	left:20px
	}
	
	#abgne-block-20110406 a:hover.prev {
	background-image: url(../images/right2.png);
	background-repeat: no-repeat;
	left:20px
	}

	#abgne-block-20110406 .next {
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	right: 20px;
	}
	
	#abgne-block-20110406 a:hover.next {
	background-image: url(../images/left2.png);
	background-repeat: no-repeat;
	right: 20px;
	}

	#abgne-block-20110406 .slides {
		overflow: hidden;
		position: relative;
		top: 0px;
		left: 0px;
		width: 1186px;	/* 框架中間區塊的寬 */
		height: 647px;	/* 框架中間區塊的高 */
	}

	#abgne-block-20110406 .slides ul {
	position: absolute;
	width: 9990px;
	height: 100%;
	left: -22px;
	/*top: -27px;*/
	top:0px;
	}

	#abgne-block-20110406 .slides li {
		width: 1186px;	/* 框架中間區塊的寬 */
		height: 100%;
		float: left;
	}
	
	
	

	
	
