/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
}

.jspArrowRight {
  width: 23px;
  height: 23px;
  background: url(images/rarr-black-23x23.png) no-repeat center center;
}

.jspArrowLeft {
  width: 23px;
  height: 23px;
  background: url(images/larr-black-23x23.png) no-repeat center center;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

.servList__list .jspVerticalBar {
  width: 6px;
}
.servList__list .jspTrack {
  background: url(images/bg-jspTrack.png) repeat-y left top;
}
.servList__list .jspDrag {
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -ms-behavior: url(PIE.htc);
  behavior: url(PIE.htc);
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.servicesSldr__list {
  overflow: visible !important;
}
.servicesSldr__list .jspContainer {
  overflow: visible !important;
}
.servicesSldr__list .jspHorizontalBar {
  width: 168px;
  left: 50%;
  margin-left: -84px;
  height: 23px;
}
.servicesSldr__list .jspHorizontalBar .jspDrag {
  background: url(images/bg-jspDrag2.png) no-repeat;
  height: 23px;
}
.servicesSldr__list .jspHorizontalBar .jspTrack {
  background: url(images/bg-jspTrack2.png) repeat-x left top;
}

.offersList__list .jspHorizontalBar {
  height: 31px;
}
.offersList__list .jspHorizontalBar .jspDrag {
  background: url(images/bg-jspDrag.png) no-repeat;
  height: 31px;
  width: 31px;
}
.offersList__list .jspHorizontalBar .jspTrack {
  background: url(images/bg-jspTrack2.png) repeat-x left 4px;
}

.serviceDet__jc__nav__list {
  position: relative;
}
.serviceDet__jc__nav__list .jspVerticalBar {
  background: none;
  width: 1px;
  right: -10px;
}
