#content-slider-main {
  position: relative;
}

#content-slider-navigation {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 28px;
  z-index: 99;
}

#slider-button-prev,
#slider-button-next {
  float: left;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

#slider-button-prev {
  background: url('/images/slider-button-prev.jpg') left top no-repeat;
}

#slider-button-next {
  float: right;
  background: url('/images/slider-button-next.jpg') left top no-repeat;
}

#content-slider-items {
  width: 777px;
  height: 402px;
  overflow: hidden;
}

div.slide {
  width: 777px;
  height: 402px;
}

div.slide-image {
  width: 777px;
  height: 356px;
}

div.slide-title {
  height: 46px;
  color: #F75454;
  font-size: 20px;
  line-height: 46px;
  text-align: right;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}