.kore-chat-window .purejscarousel {
  overflow: hidden;
}

.kore-chat-window .purejscarousel-slides-container:before,
.kore-chat-window .purejscarousel-slides-container:after {
  content: "";
  display: table;
}

.kore-chat-window .purejscarousel-slides-container:after {
  clear: both;
}

.kore-chat-window .purejscarousel-slide {
  float: left;
}

.kore-chat-window .purejscarousel-btn {
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer !important;
  height: 20px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.kore-chat-window .purejscarousel-btn-next {
  border-bottom: 8px solid #aaa;
  border-right: 8px solid #aaa;
  right: 5px;
  -moz-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.kore-chat-window .purejscarousel-btn-prev {
  border-bottom: 8px solid #aaa;
  border-left: 8px solid #aaa;
  left: 5px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kore-chat-window .purejscarousel-dots-container {
  float: left;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

.kore-chat-window .purejscarousel-dot {
  background: #aaa;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  height: 15px;
  outline: none;
  margin: 0 5px;
  width: 15px;
  display: none;
}

.kore-chat-window .active.purejscarousel-dot {
  cursor: default;
  opacity: .5;
}

.kore-chat-window h1 {
  text-align: center;
}

.kore-chat-window .carousel {
  margin: 50px auto;
  overflow: hidden;
  position: relative;
  width: 240px;
}

.kore-chat-window .carousel:before,
.kore-chat-window .carousel:after {
  content: "";
  display: table;
}

.kore-chat-window .carousel:after {
  clear: both;
}