﻿#GOLU1 {
	width: 300px;/*廣告圖寬度*/
	height: 266px;/*廣告圖高度+文字描述高度*/
	position: relative;
	overflow: hidden;
    margin:0 auto;
}
#GOLU1 ul, #GOLU1 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#GOLU1 .lists {
	height: 100%;
	position: relative;
	overflow: hidden;
}
#GOLU1 .lists img {
	width: 100%;
	height: 100%;
	border: none;
}
#GOLU1 .controls {
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0;
	font-size: 13px;
	z-index: 2;
}
#GOLU1 .controls li {
	float: left;
}
#GOLU1 .controls li a {
	display: block;
	width: 35px;	/* 寬度會影響未放大前顯示的字數 */
	height: 35px;
	line-height: 35px;
	margin-right: 1px;
	text-align: center;
	background: #000;
	color: #fff;
	text-decoration: none;
}
#GOLU1 .controls li.selected a {
	/*background: #87bf00;*/
    background: #C70707;
    font-weight:bolder;
    font-size:14px;
}
