<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
	#abblock ul, li {
		margin: 0;
		padding: 0;
		list-style: none;  
	}

	#abblock a img {
		border: none;
	}

	#abblock {
	width: 900px;	/* 框架圖片的寬 */
	height: 110px;	/* 框架圖片的高 */
	position: absolute;
	z-index: 1000;
	margin-top: 0;
	margin-bottom: 0;
	left: 50px;
	top: 344px;
	background-image: url(images/backdrop2.png);
	background-repeat: no-repeat;
	background-position: center center;
	}

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

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

	#abblock .next {
	background: url('images/right.png') no-repeat;
	right: 1px;
	}

	#abblock .slides {
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 30px;
	width: 840px;	/* 框架中間區塊的寬 (圖片寬+padding*2)*圖片個數(50+5*2)*6 */
	height: 100px;	/* 框架中間區塊的高 圖片高度*/
	}

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

	#abblock .slides li {
	width: 110px;	/* 框架中間區塊的寬 圖片寬度*/
	height: 100%;
	float: left;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	}
</pre></body></html>