
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}
.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 50px;
    width: 50px;
    background:  url(../images/left.png) no-repeat;
    margin-top: -20px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .2;
    filter:alpha(opacity:20);
}
.hiSlider-btn-prev{
    left: 60px;
}
.hiSlider-btn-next{
    right: 60px;
    background:  url(../images/right.png) no-repeat;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover{
    opacity: 1;
    filter:alpha(opacity:100);
}
.hiSlider-title{
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;
    font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma"
}
.hiSlider-pages{
    bottom: 52px;
    left:50%;
	margin-left: -68px;
}
.hiSlider-pages a{
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    background: rgba(255,255,255,.8);
	border-radius: 12px;
}
.hiSlider-pages a.active{
    background: #ffc619;
	width: 28px;
}
