.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: 44px;
	background: rgb(0,0,0);
	opacity: .8;
	filter: alpha(opacity:80);
	bottom: 0px;
	color: #ffffff;
	z-index: 999999;
	font: 18px/44px 微软雅黑;
}
.hiSlider-title span{
	width:360px;
	height:44px;
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
	left:15px;
}
.hiSlider-pages {
	float:right;
	bottom: 11px;
	right: 10px;
}

.hiSlider-pages a {
	height: 22px;
	width: 22px;
	float:left;
	margin: 0 3px;
	display: inline-block;
	overflow: hidden;
	font-family:微软雅黑;
	font-size: 18px;
	color:#fff;
	line-height:22px;
	text-align:center;
	background: #065957;
}

.hiSlider-pages a.active {
	background: #009793;
}