#waterwheel-carousel {
    position: absolute !important;
    z-index: 9999;
}

#waterwheel-carousel {
    width: 250px;
    height: 600px;
    position: relative;
    clear: both;
    margin-left: 100px;
    margin-top: 50px;
}

#waterwheel-carousel > div{
    overflow:hidden;
}

.blured_base_banner .carousel-center{
    opacity: 0;
}


.blured_base_banner .carousel-center + .blured_item{
    width: 146px;
    height: 146px;
    position: absolute;
    top: 227px;
    left: 52px;
    padding-top: 111px;
    overflow: hidden;
    opacity: 1;
    display: block !important;
    background: rgba(00, 00, 00, .88) !important;
}

.carousel-center + .blured_item + .button-holder {
    display: block;
    width: 146px;
    height: 146px;
    position: absolute;
    top: 227px;
    left: 52px;
    z-index: 99;
    padding-top: 111px;
}

.carousel-center + .blured_item + .button-holder:hover {
    background: rgba(00, 00, 00, .51);
}

#waterwheel-carousel .carousel-center + .blured_item + .button-holder + .ifonline {
    display: block;
    position: absolute;
    top: 227px;
    left: 183px;
    z-index: 999;
}

.blured_base_banner .carousel-center + .blured_item .blured_item_img{
    display: block;
    width: 146px;
    height: 146px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 96;
    padding-top: 0;
    filter: blur(4px);
    transform: scale(1.1);
}

