.bannerSlide{
    position: relative;
}

.bannerSlide .hd.indicators{
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.bannerSlide .hd.indicators ul{
    height: auto;
    width: auto;
    font-size: inherit;
    font-weight: inherit;
}

.bannerSlide .hd.indicators ul li {
    margin: 0 5px;
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: inline-block;
    *display:inline;
    overflow: hidden;
    float: none;
    height: 16px;
    width: 16px;
    font-size: 0;
    border: 0;
    cursor: pointer;
    zoom: 1;
}

.bannerSlide .hd.indicators ul li.on {
    background-position: 0 0;
}

.bannerSlide .prev, .bannerSlide .next {
    width: 34px;
    height: 66px;
    margin: -34px 0 0;
    display: none;
    background: url(../images/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.bannerSlide .prev {
    left: 0;
}

.bannerSlide .next {
    background-position: 0 -66px;
    right: 0;
}

.bannerSlide .prev:hover, .bannerSlide .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}
