.t3-slideshow {
  background: #d7e3e3;
  border-bottom: 1px solid #c3d5d5;
  position: relative;
  z-index: 10;
}
.ja-ss-slideshow {
  position: relative;
  height: 309px;
}
.ja-ss-loading:before {
  background: url("../../../../images/slideloading.gif") no-repeat center center;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 21;
}
.ja-ss-wrap {
  overflow: hidden;
  position: relative;
  /* border-bottom: 1px solid #a0a0a0; */
  margin: 0px auto 30px auto;
  width: 100%;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  box-shadow: 0px 0px 8px grey;
  background: #d7e3e3;
}


@media screen and (max-width: 768px) {
.ja-ss-wrap {
  overflow: hidden;
  position: relative;
  margin:0px auto 10px auto;
  width: 0%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #d7e3e3;
}

}






.ja-ss-items {
  margin:0px auto 10px auto;
  width: 100%;
}


.ja-ss-item {
  display: block;
  float: left;
  left: 0;
  margin:0px auto 0px auto;

  overflow: hidden;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 10;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.ja-ss-item img {
  background: #ffffff;
  max-width: 100%;
  width: 100%;
}
.ja-ss-item.prev,
.ja-ss-item.next {
  display: block;
}
.ja-ss-item.curr {
  z-index: 20;
}
.ja-ss-mask {
  background: url("mask-left.png") no-repeat left top;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 121px;
  z-index: 100;
}
.ja-ss-mask.mask-right {
  background: url("mask-right.png") no-repeat right top;
  left: auto;
  right: -1px;
}
.ja-ss-desc {
  background: url("../../../templates/ja_university_t3/images/trans-d40.png");
  color: #ffffff;
  left: 0;
  position: absolute;
  bottom: 30px;
  box-sizing: border-box;
  padding: 10px;
  width: 250px;
    	border-radius:12px;
  z-index: 110;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
@media screen and (min-width: 992px) {
  .ja-ss-desc {
    bottom: 110px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	  padding: 20px;
  width: 350px;
  	border-radius:12px;

  }
}
.ja-ss-desc h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 10px;
  overflow: visible;
  padding: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.ja-ss-desc h3 a {
  color: inherit;
  line-height: normal;
  text-decoration: none;
}
.ja-ss-desc p {
  font-size: 14px;
}
.ja-ss-desc p a {
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
}
.ja-ss-btns {
  bottom: 50px;
  display: block;
  left: 0;
  position: absolute;
  width: 82px;
  z-index: 900;
}
@media screen and (min-width: 992px) {
  .ja-ss-btns {
    bottom: 82px;
  }
}
.ja-ss-btns span {
  background-image: url("../../../../images/sl-btn-direction.png");
  background-repeat: no-repeat;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  width: 40px;
}
.ja-ss-btns span.ja-ss-prev {
  background-position: left top;
}
.ja-ss-btns span.ja-ss-prev:hover,
.ja-ss-btns span.ja-ss-prev:focus,
.ja-ss-btns span.ja-ss-prev:active {
  background-position: left bottom;
}
.ja-ss-btns span.ja-ss-next {
  background-position: right top;
  float: right;
}
.ja-ss-btns span.ja-ss-next:hover,
.ja-ss-btns span.ja-ss-next:focus,
.ja-ss-btns span.ja-ss-next:active {
  background-position: right bottom;
}
.ja-ss-btns span.ja-ss-stop,
.ja-ss-btns span.ja-ss-playback,
.ja-ss-btns span.ja-ss-play {
  display: none;
}
.ja-ss-thumbs-wrap {
  bottom: 20px;
  clear: both;
  min-height: 16px;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
  position: absolute;
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 101;
}
.ja-ss-thumbs {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.ja-ss-thumbs .ja-ss-thumb {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  width: 38px;
  height: 18px;
  position: relative;
}
.ja-ss-thumbs .ja-ss-thumb img {
  background: #ffffff;
  display: none;
  height: 110px;
  left: -5px;
  min-width: 110px !important;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  padding: 4px;
  border-radius: 9px;
  top: -120px;
}
.ja-ss-thumbs .ja-ss-thumb span {
  background: url("../../../../images/sl-thumb.png") no-repeat left top;
  cursor: pointer;
  color: #191a1b;
  display: block;
  height: 11px;
  margin: 0 auto;
  text-align: center;
  width: 28px;
}
.ja-ss-thumbs .ja-ss-thumb span:before {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #FFFFFF;
  content: "";
  display: none;
  height: 0;
  left: 0;
  margin-left: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: -10px;
  width: 0;
}
.ja-ss-thumbs .ja-ss-thumb:hover img,
.ja-ss-thumbs .ja-ss-thumb:focus img,
.ja-ss-thumbs .ja-ss-thumb:active img {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ja-ss-thumbs .ja-ss-thumb:hover span:before,
.ja-ss-thumbs .ja-ss-thumb:focus span:before,
.ja-ss-thumbs .ja-ss-thumb:active span:before {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.ja-ss-thumbs .ja-ss-thumb.active span {
  background-position: left bottom;
  color: #e66e6e;
}
.ja-ss-thumbs .ja-ss-thumb.active:hover img,
.ja-ss-thumbs .ja-ss-thumb.active:focus img,
.ja-ss-thumbs .ja-ss-thumb.active:active img {
  background: #e66e6e;
}
.ja-ss-thumbs .ja-ss-thumb.active:hover span:before,
.ja-ss-thumbs .ja-ss-thumb.active:focus span:before,
.ja-ss-thumbs .ja-ss-thumb.active:active span:before {
  border-top-color: #e66e6e;
}
.ja-ss-wrap.custom .ja-ss-playback,
.ja-ss-wrap.custom .ja-ss-stop,
.ja-ss-wrap.custom .ja-ss-play {
  display: none;
}
.ja-ss-wrap.custom .active .ja-ss-desc {
  left: 0;
  min-width: 350px;
  background: #e66e6e;
  z-index: 1001;
}
.ja-ss-wrap.custom .ja-ss-btns {
  bottom: 78px;
}