@charset 'UTF-8';


/* Arrows */
.slick-prev{
    display: none!important;
}
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 84px;
    height: 13px;

    cursor: pointer;

    outline: none;
    background: url(../img/next-BK.png) 0 0 no-repeat transparent;
    border: none;
    z-index: 5000;
}
#room .slick-next{
    background: url(../img/next.png) 0 0 no-repeat transparent;
}
.slick-next:hover{
    right: -10px!important;
}
