.seal_slider_box .ssb_preview,
.seal_slider_box .ssb_image{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.ssb_preview {
  height: 65px;
  margin: 0 0 10px 0;
  overflow: hidden;
  position: relative;
}
.ssbp_inner {
  height: 65px;
  margin: 0 35px;
  overflow: hidden;
  width: 849px;
}
.ssbp_thumb_line {
  height: 65px;
  position: absolute;
}
.ssbp_item {
  float: left;
  margin: 0 7px 0 0;
  cursor: pointer;
  width: 100px;
  height: 65px;
  opacity: 0.5;
}
.ssbp_item.active {
  background: #669dc5;
  opacity: 1 !important;
}
.ssbp_item img {
  width: 96px;
  height: 61px;
  margin: 2px;
}
.ssbp_controls {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 20px;
  border: 1px solid #eee;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0.5;
}
.ssbp_controls.control_left {
  background: url(l.png) center center no-repeat;
}
.ssbp_controls.control_right {
  background: url(r.png) center center no-repeat;
  right: 0;
}

.ssb_image {
  width: 920px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.ssbi_item {
  position: absolute;
  display: none;
  width: 920px;
  height: 500px;
  text-align: center;
}
.ssbi_item img {  height: 500px;
  width: auto;}
.ssbi_item.active {display: block;}
.ssb_text {
  position: relative;
  padding: 10px;
}
.ssbt_item {display: none;}
.ssbt_item.active {display: block;}
.ssbti_counter {
  position: absolute;
  right: 10px;
  color: #777;
}
.ssbti_title {
  min-height: 20px;
  margin: 0 75px 10px 0;
  font-weight: bold;
  font-size: 18px;
}

.slider_control_area {
  cursor: pointer;
  z-index: 100;
  width: 250px;
  height: 500px;
  position: absolute;
}
.area_left {}
.area_right {right: 0;}
.sca_btn {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  top: 238px;
  box-shadow: inset 0px 6px 10px #fff;
  opacity: 0;
}
.sca_left {background: #aaa url(l.png) center center no-repeat; left: 25px;}
.sca_right {background: #aaa url(r.png) center center no-repeat; right: 25px;}