/* jquery.hiSlider.css */
.banner ul.hiSlider li img{width: 100%;min-width: 1200px;}
.hiSlider-pages, .hiSlider-title{ position: absolute; z-index: 3;  }
.hiSlider-btn-prev, .hiSlider-btn-next{ display: none }
.hiSlider-title{ display: none;  bottom: 0;  width: 100%;  padding: 6px 0;  color: #fff;  text-indent: 10px;  background: rgba(0,0,0,.6);  z-index: 2;  }
.hiSlider-pages{width: 100%;  text-align: center;  bottom: 20px;  }
.hiSlider-pages a{height: 6px;  width: 30px;  margin: 0 6px;  display: inline-block; overflow: hidden;  text-indent: -100px;  border-radius: 3px; background: #fff}
.hiSlider-pages a.active{background: #00a0e9}
