@charset "utf-8";

/* Body */
#lcarousel-body {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: auto;
}

/* Backgrounds */
#lcarousel-backgrounds {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1000;
  overflow: hidden;
}

#lcarousel-backgrounds,
#lcarousel-backgrounds * {
  margin: 0;
  padding: 0;
}

#lcarousel-backgrounds ul {
  height: 100%;
}

#lcarousel-backgrounds li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 100%;
  *display: block;
  *float: left;
}

#lcarousel-backgrounds img {
  position: relative;
}

/* Buttons */
#lcarousel-home,
#lcarousel-prev,
#lcarousel-next {
  position: fixed;
  top: 50%;
  width: 46px;
  height: 75px; /* Anpassen */
  margin-top: -37px;
  background: url(../slider/engine/arrows.png) no-repeat;
  z-index: 1000;
  cursor: pointer;
}

#lcarousel-home {
  top: auto;
  bottom: 0;
  left: 50%;
  background-position: -22px bottom;
  width: 75px;
  height: 46px;
  margin: 0 0 0 -37px;
}

#lcarousel-prev {
  left: 0;
  background-position: top left;
}

#lcarousel-next {
  right: 0;
  background-position: top right;
}

/* Content */
#lcarousel-content {
  position: relative;
}

#lcarousel-content > li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}
