#wrapBanner {
    display: block;
}

#bannerSlide {
    width: 955px;
    height: 240px;
}

#bannerSlide ul {
    width: 960px;
    background: #fff;
    height: 240px;
    padding: 0;
    margin: 0;
    position: relative;
}

#bannerSlide ul li {
    display: none;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 960px;
    height: 240px;
}

#bannerSlide ul li img {
    -ms-filter: inherit;
    filter: inherit;
    opacity: inherit;
}