.hiSlider-pages, .hiSlider-title {
    position: absolute;
    z-index: 3
}
.hiSlider-btn-prev, .hiSlider-btn-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    background: url(../images/hislider-arrow.png) 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 {

    width: 80%;
	float:left;
    padding: 0;
    color: #000000;
	margin-top: 10px;
	left: 0px;
    z-index: 2;
    font: 14px/2 "Microsoft YaHei", Arial, Tahoma
	
}
.hiSlider-pages {

    right: 0px;
    text-align: right;
	width: 30%;
	margin-top: 10px;
}
.hiSlider-pages a {
    height: 14px;
    width: 14px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #ddd
}
.hiSlider-pages a.active {
    background: #df0615
}
