/* jquery.hiSlider.css */
.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);*/
    display: none;
    z-index: 2;
    font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma"
}
.hiSlider-pages{
    text-align: right;
    width: 24px;
    text-align: center;
    height:auto;
    right: 13%;
    top: 22%;

}
.hiSlider-pages a{
    height: 20px;
    width: 20px;
    margin-bottom:40px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    border-radius: 50%;
    border:2px solid #999999;
    background: #434342;
    color: #999999;
}
.hiSlider-pages a:last-child{
    margin-bottom:0px;
}
.hiSlider-pages a.active{
    border: 2px solid #f5ca9c;
    color: #f5ca9c;
}
@media screen and (max-width:360px){
    .hiSlider-pages a{
        margin-bottom: 15px;
    }
	.hiSlider-pages a{
    height: 20px;
    width: 20px;
    margin-bottom:00px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    border-radius: 50%;
    border:2px solid #999999;
    background: #434342;
    color: #999999;
}
}
@media screen and (min-width: 320px) and (max-width:510px) {
    .hiSlider-pages{
        top: 10%;
    }
    .hiSlider-pages a{
        width: 15px;
        height: 15px;
        font-size: 8px;
        margin-bottom: 10px;
    }
}