﻿/* jquery.hiSlider.css */
.hiSlider {
    overflow: hidden;
    height: 100%;
    width: 100%;
    background: #eee;
}

.hiSlider-item {
    float: left;
    height: 100%;
    width:100%;
}
.hiSlider-item img{
    width:100%;
    height:100%;
}
.hiSlider-pages,
.hiSlider-title {
    position: absolute;
    z-index: 3;
}

.hiSlider-btn-prev,
.hiSlider-btn-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 40px;
    width: 34px;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .2;
    filter: alpha(opacity:20);
}

/* .hiSlider-btn-prev {
    left: 10px;
    background: url(../img/prev_a.png) no-repeat;
}

.hiSlider-btn-next {
    right: 10px;
    background: url(../img/next_a.png) no-repeat;
}

.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover {
    opacity: 1;
    filter: alpha(opacity:100);
} */

.hiSlider-title {
    bottom: 0;
    width: 547px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px 0;
    height: 25px;
    color: #fff;
    margin-left: 2px;
    text-indent: 25px;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
    font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma";
}

.hiSlider-pages {
    bottom: 13px;
    right: 10px;
    text-align: right;
}

.hiSlider-pages a {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    background: #666;
}

.hiSlider-pages a.active {
    background: #fff;
}