В файле http://realty-nvrsk.ru/template/frontend/realia/css/realia-blue.css Вот так сделайте .carousel .carousel-next { -webkit-transition: opacity 0.2s linear, background-color 0.2s linear; -moz-transition: opacity 0.2s linear, background-color 0.2s linear; -o-transition: opacity 0.2s linear, background-color 0.2s linear; transition: opacity 0.2s linear, background-color 0.2s linear; background-color: #06a7ea; background-image: url("../img/arrow-right-white.png"); background-position: center center; background-repeat: no-repeat; background-size: 8px 11px; cursor: pointer; height: 40px; margin-top: 10px; padding: 0px; position: absolute; right: 15px; text-indent: -9999px; top: 50%; width: 40px; z-index: 80}Поменял z-index: 999 на z-index: 80 И это тоже .carousel .carousel-prev { -webkit-transition: opacity 0.2s linear, background-color 0.2s linear; -moz-transition: opacity 0.2s linear, background-color 0.2s linear; -o-transition: opacity 0.2s linear, background-color 0.2s linear; transition: opacity 0.2s linear, background-color 0.2s linear; background-color: #06a7ea; background-image: url("../img/arrow-left-white.png"); background-position: center center; background-repeat: no-repeat; background-size: 8px 11px; cursor: pointer; height: 40px; margin-top: 10px; padding: 0px; position: absolute; left: 15px; text-indent: -9999px; top: 50%; width: 40px; z-index: 80}