.hiSlider-wrap{
	height: 100%;
}
.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: 65px;
	background-color: #ebebeb;
	position: absolute;
	bottom: 0px;
	z-index: 999999;
	font-size: 16px;
	font-weight: normal;
	color: #222222;
	line-height: 26px;
}
.hiSlider-title span{
	height:55px;
	padding: 5px 15px;
	overflow:hidden;
	display:block;
}
.hiSlider-pages {
	bottom: 17px;
	right: 10px;
	text-align: right;
	display:none;
}

.hiSlider-pages a {
	height: 11px;
	width: 11px;
	margin: 0 6px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	border-radius: 50%;
	background: #ffffff
}

.hiSlider-pages a.active {
	background: #ef5332
}

@media screen and (max-width:1000px){
	.hiSlider-title {
		display:block;
		z-index:9999;
	}
}