.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 {
	background: rgba(0, 0, 0, 0.6); font: 14px/2 "Microsoft YaHei", Arial, Tahoma; padding: 6px 0px; width: 100%; bottom: 0px; color: rgb(255, 255, 255); text-indent: 10px; z-index: 2; font-size-adjust: none; font-stretch: normal;
}
.hiSlider-pages {
	text-align: right; right: 10px; bottom: 10px;
}
.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);
}
