.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 100%;*/
}
.jquery-slider-control {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 29px;
  overflow: hidden;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  background-color: transparent;
  border: none;
}
.jquery-slider-control:hover {
  background-color: transparent;
  border: none;
  background-position: left -30px;
}
.bottomTeaser .jquery-slider-control-prev {
  left: 10px;
  background-image: url(../img/btn_pfeil_l.png);
}
.bottomTeaser .jquery-slider-control-next {
  right: 10px;
  background-image: url(../img/btn_pfeil_r.png);
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 5px;
    bottom: 10px;
    height: 20px;
    right: 5px;
    text-align: center;
}
.jquery-slider-page {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 3px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../img/sliderpoint.png);
    background-size: 100% auto;
}
.jquery-slider-page:hover, .jquery-slider-page-current {
	background-position: left -10px;
}