@charset "utf-8";









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

	#abblock1 a img {
		border: none;
	}

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

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

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

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

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

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

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