@charset "utf-8";









	#abblock1 ul, li {
		margin: 0;
		padding: 0;
		list-style: none;  
	}

	#abblock1 a img {
		border: none;
	}

	#abblock1 {
	width: 980px;	/* 框架圖片的寬 */
	height: 80px;	/* 框架圖片的高 */
	position: relative;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

	#abblock1 a.prev, #abblock1 a.next {
	position: absolute;
	display: block;
	width: 50px;	/* 左右鈕圖片的寬 */
	height: 80px;	/* 左右鈕圖片的高 */
	text-indent: -9999px;
	top: 0px;
	}

	#abblock1 .prev {
		background: url('images/left.png') no-repeat;
	}

	#abblock1 .next {
		background: url('images/right.png') no-repeat;
		right: 0;
	}

	#abblock1 .slides {
	overflow: hidden;
	position: relative;
	left: 40px;
	width: 900px;	/* 框架中間區塊的寬 (圖片寬+padding*2)*圖片個數(50+5*2)*6 */
	height: 80px;	/* 框架中間區塊的高 圖片高度*/
	top: 10px;
	}

	#abblock1 .slides ul {
	position: absolute;
	width: 9990px;
	height: 100%;
	left: 0px;
	top: 0px;
	}

	#abblock1 .slides li {
	width: 170px;	/* 框架中間區塊的寬 圖片寬度*/
	height: 60%;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	}
