/* slideshow */
/* add main container definitions - overflow hidden - here! ex:
#slides {
    height: 240px;
    width: 630px;
    overflow: hidden;
    position: relative;
}*/

/* overlay */
.cycle-overlay { 
    font-family: Arial,Helvetica,sans-serif;
    position: absolute; top: 80px; width: 100%; z-index: 600; height: 50px;
    background: transparent; color: white; padding: 0; opacity: 1;
}
/* caption */
.cycle-overlay div:last-child {
  padding: 0 10px;
}
.cycle-overlay div,
.cycle-overlay div p,
.cycle-overlay div h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: white;
  text-shadow:0 1px 0 #000; 
	display:none;
}
.cycle-prev, .cycle-next {
  cursor: pointer;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 30%;
  z-index: 800;
}
.cycle-prev {
  left: 0px;
  top: 40%;
  height: 75px;
  width: 25px;
  background-image: url(../../../../medien/back.png);
}
.cycle-next {
  right: 0px;
  top: 40%;
  height: 75px;
  width: 25px;
  background-image: url(../../../../medien/next.png);
}