.fotoplayer_container {
  position: relative;
  width: 533px;
  max-width: 533px;
  margin-top:20px;
  height: 393px;
  max-height: 393px;
  /*border: 1px solid black;*/
  display: inline-block;
  overflow: hidden;
}

#fotoplayer_background {
  position: absolute;
  margin: 0px;
  left: 10px;
  top: 11px;
  width: 496px;
  max-width: 496px;
  height: 301px;
  max-height: 301px;
}

.fotoplayer_player {
  position: absolute;
  margin: 0px;
  left: 8px;
  top: 5px;
  width: 516px;
  max-width: 516px;
  height: 321px;
  max-height: 321px;
  background-image: url(../images/fotoplayer/7.png);
  -webkit-filter: drop-shadow(0px 3px 3px #666);
  filter: drop-shadow(0px 3px 3px #666);  
}

.fotoplayer_controls {
  position: absolute;
  margin: 0px;
  top: 326px;
  left: 8px;
  width: 516px;
  max-width: 516%;
  height: 56px;
  max-height: 56px;
  display: inline-flex;
  background-image: url(../images/fotoplayer/11.png);
  -webkit-filter: drop-shadow(0px 3px 3px #666);
  filter: drop-shadow(0px 3px 3px #666);  
}

#fotoplayer_index {
  position: absolute;
  width: 50px;
  font-size: 15px;
  font-weight:normal;
  left: 233px;
  top: 2px;
  color: #ddd;
  /*filter: drop-shadow(0px 1px 1px #aaa);*/
}

#fotoplayer_btn_play {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 242.5px;
  top: 22px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

#fotoplayer_controls_play {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

#fotoplayer_controls_pause {
  visibility: visible;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

#fotoplayer_btn_prev {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 214px;
  top: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

#fotoplayer_controls_prev {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: rotate(180deg);
}

#fotoplayer_btn_next {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 214px;
  top: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

#fotoplayer_controls_next {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.fotoplayer_image {
  position: absolute;
}