.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%;
    margin-bottom: 26px;
	height: 40px;
	background: rgb(0,0,0);
	opacity: .8;
	filter: alpha(opacity:60);
	bottom: 24px;
	color: #fff;
	text-indent: 25px;
	z-index: 999999;
	font: 20px/48px 微软雅黑;}
.hiSlider-title span{
	width:600px;
	height:48px;
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
	left:0px;}
.hiSlider-pages {
	float:right;
	bottom: 63px;
	right: 45px;}

.hiSlider-pages a {
	height: 10px;
	width: 10px;
	float:left;
	margin: 0 5px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	background: #ffffff;
	border-radius:50%;}

.hiSlider-pages a.active {
	background: #ff0000
;}
