.hiSlider-pages {
	position: absolute;
	z-index: 3;
}
.hiSlider-btn-prev, .hiSlider-btn-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	height: 30px;
	width: 30px;
	background: url() no-repeat;
	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 {
	bottom: 0;
	width: 100%;
	padding: 6px 0;
	color: #323232;
	text-indent: 10px;
	/* background: rgba(0,0,0,.6); */
	background-color: #fffff8;
	z-index: 2;
	font: 14px/2 "Microsoft YaHei", Arial, Tahoma;
	font-weight: 700;
}
.hiSlider-pages {
	top: 280px;
	right: 10px;
	text-align: center;
}
.hiSlider-pages a {
	height: 18px;
	width: 18px;
	margin: 0 1px;
	display: inline-block;
	/* overflow: hidden; */
	/* text-indent: -100px; */
	font-size: 14px;
	/* border-radius: 50%; */
	background: #ddd;
}
.hiSlider-pages a.active {
	background: #fc0000;
	color: #FFFFFF;
}

@media screen and (max-width:1180px) {
.hiSlider-pages {
	top: 260px;
}
}

@media screen and (min-width: 801px) and (max-width: 1079px) {
.hiSlider-pages {
	top: 240px;
}
}

@media screen and (max-width: 800px) {
.hiSlider-pages {
	top: 280px;
}
.hiSlider-title {
	font-size: 16px;
}
}

@media screen and (max-width:640px) {
.hiSlider-pages {
	top: 200px;
}
.hiSlider-title {
	font-size: 14px;
}
}
@media screen and (max-width:480px) {
.hiSlider-pages {
	top: 180px;
}

}