.hiSlider-pages, .hiSlider-title {
	position: absolute;
	z-index: 3
}
.hiSlider-btn-prev, .hiSlider-btn-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	height:45px;
	width:45px;
	background:url(../images/new-intro/hislider-arrow.png) no-repeat;
	margin-top: -27px;
	text-indent: -200px;
	overflow: hidden;
}
.hiSlider-btn-prev {
	left: 10px
}
.hiSlider-btn-next {
	right: 10px;
	background-position: -45px 0
}
.hiSlider-btn-prev:hover, .hiSlider-btn-next:hover {
	opacity: 1;
filter:alpha(opacity:100)
}
.hiSlider-title {
	bottom: 0;
	width: 100%;
	/* padding: 6px 0; */
	color: #000;
	text-align:center;
	z-index: 2;
	font: 24px/35px "Microsoft YaHei", Arial, Tahoma;
}
.hiSlider-pages {
	bottom: 60px;
	right: 10px;
	text-align: center;
	width: 100%;
}
.hiSlider-pages a {
	height: 5px;
	width: 5px;
	margin: 0 6px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	border-radius:3px;
	background: #fff;
}
.hiSlider-pages a.active {
	background: #f0f30b;
	width: 15px;
}
