.abgne-yahoo-carousel {
		width: 1100px;
		height: 230px;
/*		padding: 10px;
		border: 1px solid #ccc;
*/		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: 178px;
		border: 2px solid #dcdcdc;
        border-radius: 5px 5px 5px 5px;
}
.abgne-yahoo-carousel h3 {
		font-size: 15px;
		height: 15px;
}
.abgne-yahoo-carousel .page {
		position: absolute;
		top: 12px;
		right: 80px;
}
.abgne-yahoo-carousel .btn {
    height: 20px;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 100%;
}
.abgne-yahoo-carousel .btn a {
		width: 28px;
		height: px;
		float: left;
		text-indent: -9999px;
}
.abgne-yahoo-carousel .btn a.prev {
    background-image: url("../eng_images/arrow_left.png");
    background-repeat: no-repeat;
    height: 161px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 28px;
}
.abgne-yahoo-carousel .btn a.next {
    background-image: url("../eng_images/arrow_right.png");
    background-repeat: no-repeat;
    height: 161px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 28px;
}

.abgne-yahoo-carousel .frame {
		position: relative;
		overflow: hidden;
		width: 990px;	/* (li 的寬度 + li 的邊框寬度 * 2 ) * 一次要顯示的數量 + li 的右邊界 * (一次要顯示的數量 - 1) */
		height: 200px;
		margin:auto;
		padding-top:10px;		
}
.abgne-yahoo-carousel ul {
		width: 99999px;
		position: absolute;
}
.abgne-yahoo-carousel li {
		float: left;
		width: 178px;
		height: 200px;
		position: relative;
		margin-right: 10px;
		padding-right: 5px;
}
.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: 32px;
		line-height: 32px;
		text-align: center;
		bottom: 10px;
}
.abgne-yahoo-carousel li .ovrly {
		background: #c9a063;
}

.abgne-yahoo-carousel li h3 a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.abgne-yahoo-carousel li h3 a:hover {
		color: #f90;
}
a {
    background-color: transparent;
    text-decoration: none;
}