/* jquery.hiSlider.css */
#wrap{ width:345px !important; height:232px !important}
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}

.hiSlider-title{ display:none;
    bottom: 0;
    width: 100%;
    padding: 0px 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: 20px;
    right: 0px;
    text-align: center;
}
.hiSlider-pages a{
    height: 20px;
    width: 20px;
    margin: 0 0px;
    display: inline-block;
	line-height: 20px;
    font-size: 10px;
    background: #ddd;
}
.hiSlider-pages a.active{
    background: #b6242f;
	color: #FFF;
}
.hiSlider-pages a:hover{
	color: #000;
}
