.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 {
    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: 10px;
    right: 10px;
    text-align: right
}

.hiSlider-pages a {
    height: 25px;
    width: 25px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: 10px;
    font-size: 10pt;
    /* border-radius:50%; */
    background: #ddd
}

.hiSlider-pages a.active {
    background: #5472BF
}


#wrap1 .hiSlider-title{
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;
    font: 16px/2 "Microsoft YaHei", "Arial", "Tahoma"
}
#wrap1 .hiSlider-pages{
    bottom: 9px;
    right: 5px;
    text-align: right;
}
#wrap1 .hiSlider-pages a{
    width: 20px;
    height: 27px;
    FILTER: alpha(opacity=80);
    opacity: 0.8;
    border: 1px solid #D00000;
    background-color: #FFFFFF;
    color: #D00000;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
    text-indent: 1px;
    margin-right: 2px;
    margin-left: 0;
}
#wrap1 .hiSlider-pages a.active{
    border: 1px solid #ffffff;
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
}

#wrap2 .hiSlider-title{
    top: 0;
    height:25px;
    width: 100%;
    padding: 2px 0;
    color: #ffffff;
    text-indent: 10px;
    text-align:left;
    background: rgba(0,0,0,.6);
    z-index: 2;
    font: 12px/2 "Microsoft YaHei", "Arial", "Tahoma"
}
#wrap2 .hiSlider-pages{
    bottom: 22px;
    right: 2px;
    text-align: right;
}
#wrap2 .hiSlider-pages a{
    width: 12px;
    height: 13px;
    FILTER: alpha(opacity=80);
    opacity: 0.8;
    border: 1px solid #D00000;
    background-color: #FFFFFF;
    color: #D00000;
    font-size: 9px;
    text-align: center;
    line-height: 12px;
    text-decoration: none;
    text-indent: 1px;
    margin-right: 2px;
    margin-left: 0;
}
#wrap2 .hiSlider-pages a.active{
    border: 1px solid #ffffff;
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
}