.hiSlider-pages,.hiSlider-title {
	position: absolute;
	z-index: 99999999999;
}

.hiSlider-btn-prev,.hiSlider-btn-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	height: 30px;
	width: 30px;
	margin-top: -15px;
	text-indent: -200px;
	overflow: hidden;
	opacity: .6;
	filter: alpha(opacity:60)
}

.hiSlider-btn-prev {
	left: 10px
}

.hiSlider-btn-next {
	right: 10px;
	background-position: -30px 0
}

.hiSlider-btn-prev:hover,.hiSlider-btn-next:hover {
	opacity: 1;
	filter: alpha(opacity:100)
}

.hiSlider-title {
	width: 100%;
	height: 39px;
	background-color:#1b876d;
	opacity: 1;
	filter: alpha(opacity:100);
	position:absolute;
	bottom: 4px;
	color: #fbfbfb;
	text-indent: 10px;
	z-index: 999999;
	font: 16px/39px 微软雅黑;
}
.hiSlider-title span{
	width:90%;
	height:39px;
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
	left:10px;
}
.hiSlider-pages {
	float:right;
	bottom: 29px;
	right: 82px;
	display:none;
}

.hiSlider-pages a {
	height: 10px;
	width: 10px;
	float:left;
	margin: 0 5px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	background: #ffffff;
	border-radius:50%;
}

.hiSlider-pages a.active {
	background: #d55a00
}