/* Breite der Bilder */
#slide,
.slider,
.banner
{
  width: 510px;
}
/* Höhe der Bilder */
#slide,
.slider
{
  height: 250px;
}
/* vert. Position der Nav-Pfeile */
.prev,
.next
{
  top: 107px;
}
/* Schriftfarbe */
#slide p{
  color: #FFFFFF;
}
/* Ab hier besser nichts verändern */
#slide {
  background: #fff;
  padding: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: 22px;
  float: left;
  position: relative;
  z-index: 999;
  margin-bottom: 56px;
}
.slider {
  position: relative;
  z-index: 2;
}
.items {
  display: none;
}
.pagination {
  /**display: none* */;
}
.prev {
  position: absolute;
  left: 0px;
  background: url(../images/prev.jpg) 0 0 no-repeat;
  width: 38px;
  height: 38px;
  z-index: 111;
  display: inline-block;
}
.prev:hover {
  background-position: 0 bottom;
}
.next {
  position: absolute;
  right: 0px;
  background: url(../images/next.jpg) 0 0 no-repeat;
  width: 38px;
  height: 38px;
  z-index: 111;
  display: inline-block;
}
.next:hover {
  background-position: 0 bottom;
}
.banner {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 111;
  background: url(../images/banner-bg.png) 0 0 repeat;
  overflow: hidden;
}
.banner p {
  display: block;
  width: 400px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  color: #a8a9a5;
  padding: 7px 0 10px 18px;
}
.banner p a {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #fefefe;
  font-weight: normal;
  margin-bottom: 2px;
}
.banner p a:hover {
  text-decoration: underline;
}
.banner > strong {
  float: right;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #fefefe;
  font-weight: normal;
  padding: 22px 10px 0 0;
}
