/* jquery.hiSlider.css */

.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}

.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index: 5;
    top: 43%;
    height: 80px;
    width: 45px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter:alpha(opacity:60);
}
.hiSlider-btn-prev{
background:url(../images/left1.png) no-repeat  ; left:0 }
.hiSlider-btn-next{
background:url(../images/right1.png) no-repeat  ; right: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;
    z-index: 2;

}
.hiSlider-pages{
    bottom: 10px;
    right: 50%;
}
.hiSlider-pages a{
    height: 18px;
    width: 18px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
	background:url(../images/d_on.png) no-repeat ;

}
.hiSlider-pages a.active{
background:url(../images/dt.png) no-repeat ;}