/*頁籤*/
#nav ul li a {
    background: url(" ") repeat scroll left top transparent;
    border-left: 0px solid #bbb;
    border-right: 0px solid #888;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0.5) inset, 0px 0 0px rgba(0, 0, 0, 0.3), 0 0px 0 rgba(0, 0, 0, 0.7);
    color: #fff;
    display: block;
    height: 60px;
    line-height: 95px;
    padding: 0 11px 0 50px;
    text-shadow: 0 0px 0 #666;
    font-family: 微軟正黑體,Arial,Helvetica,sans-serif;
    font-size: 16px;
}

#nav ul li.current a {
    background: url(" ") repeat scroll left top transparent;
    border-left: 0px solid #fd4;
    box-shadow: 0 0px 0 rgba(255, 235, 50, 0.9) inset, 0px 0 0px rgba(0, 0, 0, 0.3), 0 0px 0 rgba(0, 0, 0, 0.5);
    color: #ccc;
    text-shadow: 0 0px 0 #dc0;
}
#nav ul li a:hover {
    background: url(" ") repeat scroll left top transparent;
    border-left: 0px solid #eee;
}


/*聯絡資料*/
#contact-info ul li {
    color: #fff;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    padding-left: 35px;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.1);
}
#contact-info ul li a {
    color: #fff;
}


/*連結*/
a {
    color: #ccc;
}


/*首頁內文*/
.column.left {
    color: #fff;
}

/*內文*/
body {
    font-family: Arial,Helvetica,sans-serif,微軟正黑體;
      font-size: 15px;
}


/*實績輪播*/
.abgne_product_arrow_silder {
		width: 640px;
		height: 480px;
		position: relative;
		border: 1px solid #ccc;
		overflow: hidden;
	}
	.abgne_product_arrow_silder ul, .abgne_product_arrow_silder ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.prev {
		background:url(/templates/cache/22025/images/53e2f9f8ac4b2.gif) no-repeat;
		width: 38px;
		height: 48px;
		position: absolute;
		left: -48px;	/* 先藏在左邊 */
		top: 220px;		/* (區塊高-圖片高) / 2 */
		z-index: 100;
	}
	.next {
		background:url(/templates/cache/22025/images/53e2f9f7ea87e.gif) no-repeat;
		width: 38px;
		height: 48px;
		position: absolute;
		right: -48px;	/* 先藏在右邊 */
		top: 220px;		/* (區塊高-圖片高) / 2 */
		z-index: 100;
	}
	.abgne_product_arrow_silder ul li {
		position: absolute;
		z-index: 100;
	}
	.abgne_product_arrow_silder ul li.selected {
		z-index: 99;
	}