/* BASIC css start */
#layerTodayView {
    width: 84px;
    background: url(/images/d3/modern_simple/quick_today_mdl.gif) repeat-y 0 0;
}

#layerTodayView .list {
    width: 66px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    min-height: 128px;
    _height: 128px;
}

#layerTodayView .list li {
    padding-bottom: 5px;
    text-align: center;
}

#layerTodayView .list img {
    width: 60px;
    height: 60px;
}

.swiper {
    padding-top: 40px;
    width: 100px;
    height: 140px;
    z-index: 9000;

    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.swiper p {
    position: absolute;
    top: 12px;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: -32px;
    z-index: 1000;
    transform: scale(.23);
    color: black;
    transform-origin: left;
}

.swiper-button-prev {
    margin-left: 56px;


}

.swiper-button-next {
    margin-left: 0 !important;
}

#blk_scroll_wings {
    z-index: 9000
}
/* BASIC css end */

