.TopADContainer {
    width: 1400px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
}

.topCarousel {
    width: 1400px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
}

.topCarousel .theTPCarousel {
    position: relative;
    transition: top 1s ease 0s;
    top: 0px;
}

.topCarousel .theTPCarousel li {
    height: 80px;
    margin-bottom: 10px;
}