
.jImgSlider-window {
  width: 600px;
  height: 450px;
  overflow: hidden;
}

.jImgSlider-container {
  height: 100%;
  width: 1366px;
}

.jImgSlider-items {
  float: left;
  position: absolute;
  left: 600px;
}

.jImgSlider-active { left: 0px; }

.jImgSlider-arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.7;
}

#jImgSlider-left-arrow {
  top: 171px;
  background: #393939 url("../img/left.png") no-repeat;
}

#jImgSlider-right-arrow {
  top: 171px;
  right: 0px;
  background: #393939 url("../img/right.png") no-repeat;
}

.jImgSlider-selector {
  position: absolute;
  background-color: rgba(87,87,87,0.3);
  bottom: 0px;
  left: 300px;
  border-radius : 10px;
}

.jImgSlider-selector span {
  border-radius : 50%;
  background-color: #fff;
  float: left;
  cursor: pointer;
  margin: 5px;
  width: 15px;
  height: 15px;
}

.jImgSlider-selector .jImgSlider-selected { background-color: rgb(254,75,75); }

.jImgSlider-items img {
  width: 600px;
  height: 450px;
}

.Absolute-Center {
  background-color: #a5caa5;
  margin: 0 auto;
  position: absolute;
  top: 200px;
  left: 0;
  bottom: 0;
  right: 0;
}
