.hiSlider-pages {
	position: absolute; z-index: 3;
}
.hiSlider-title {
	position: absolute; z-index: 3;
}
.hiSlider-btn-prev {
	background: url("../images/hislider-arrow.png") no-repeat; top: 50%; width: 30px; height: 30px; text-indent: -200px; overflow: hidden; margin-top: -15px; position: absolute; z-index: 5; opacity: 0.6;
}
.hiSlider-btn-next {
	background: url("../images/hislider-arrow.png") no-repeat; top: 50%; width: 30px; height: 30px; text-indent: -200px; overflow: hidden; margin-top: -15px; position: absolute; z-index: 5; opacity: 0.6;
}
.hiSlider-btn-prev {
	left: 10px;
}
.hiSlider-btn-next {
	background-position: -30px 0px; right: 10px;
}
.hiSlider-btn-prev:hover {
	opacity: 1;
}
.hiSlider-btn-next:hover {
	opacity: 1;
}
.hiSlider-title {
	width: 100%;
	bottom: 0px;
	color:#333;
	font-family:"Î¢ÈíÑÅºÚ", "ËÎÌå";
	font-size:26px;
	text-indent: 10px;
	z-index: 2;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: #EFEFEF;
	background-position: 0;
	overflow: hidden;
	display: block;
	height: 50px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	line-height: 50px;
}
.hiSlider-pages {
	text-align: right; right: 42%; bottom: 88px;
}
.hiSlider-pages a {
	background: rgb(221, 221, 221); margin: 0px 6px; border-radius: 50%; width: 12px; height: 12px; text-indent: -100px; overflow: hidden; font-size: 0px; display: inline-block;
}
.hiSlider-pages a.active {
	background: rgb(84, 114, 191);
}
