@charset "utf-8";
/* CSS Document */
	#abblock ul, li {
		margin: 0;
		padding: 0;
		list-style: none;  
	}

	#abblock a img {
		border: none;
	}

	#abblock {
	width: 570px;	/* 框架圖片的寬 */
	height: 110px;
	margin-bottom: 30;
	background-image: url(images/rim.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	overflow: hidden;
	}

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

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

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

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

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

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