@charset "utf-8";
/* CSS Document */

	.abgne-yahoo-carousel {
		width: 830px;
		height: 200px;
		padding: 10px 10px 0px 10px;
		position: relative;
	}
	.abgne-yahoo-carousel * {
		margin: 0;
		padding: 0;
	}
	.abgne-yahoo-carousel ul, .abgne-yahoo-carousel li {
		list-style: none;
	}
	.abgne-yahoo-carousel a img {
		border: none;
		width: 198px;
	}
	.abgne-yahoo-carousel h3 {
		font-size: 18px;
		height: 30px;
	}
	.abgne-yahoo-carousel .page {
		position: absolute;
		top: 12px;
		right: 80px;
	}
	.abgne-yahoo-carousel .btn {
	}
	.abgne-yahoo-carousel .btn a {
		width: 31px;
		height: 24px;
		float: left;
		text-indent: -9999px;
	}
	.abgne-yahoo-carousel .btn a.prev {
		background:url(../images/prev-r.png) no-repeat left top;
		width:36px;
		height:53px;
		position: absolute;
		top: 60px;
		left: -50px;
	}
	.abgne-yahoo-carousel .btn a.next {
		background:url(../images/prev-l.png) no-repeat left top;
		width:36px;
		height:53px;
		position: absolute;
		top: 60px;
		right: -50px;
	}
	.abgne-yahoo-carousel .btn a:hover {
		background-position:left bottom;
	}
	.abgne-yahoo-carousel .frame {
		position: relative;
		overflow: hidden;
		width: 830px;	/* (li 的寬度 + li 的邊框寬度 * 2 ) * 一次要顯示的數量 + li 的右邊界 * (一次要顯示的數量 - 1) */
		height: 200px;
	}
	.abgne-yahoo-carousel ul {
		width: 99999px;
		position: absolute;
	}
	.abgne-yahoo-carousel li {
		float: left;
		width: 198px;
		height: 200px;
		position: relative;
		margin-right: 10px;
	}
	.abgne-yahoo-carousel li .thumb, .abgne-yahoo-carousel li .ovrly, .abgne-yahoo-carousel li h3 {
		position: absolute;
	}
	.abgne-yahoo-carousel li .ovrly, .abgne-yahoo-carousel li h3 {
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		bottom: 0;
	}
	.abgne-yahoo-carousel li .ovrly {
		background: #000;
	}
	.abgne-yahoo-carousel li h3 a {
		color: #fff;
	}
	.abgne-yahoo-carousel li h3 a:hover {
		color: #f90;
	}

	.demo2, .demo2 .frame {
		width: 735px;	/* (li 的寬度 + li 的邊框寬度 * 2 ) * 一次要顯示的數量 + li 的右邊界 * (一次要顯示的數量 - 1) */
	}

