/* 100% Cycle Slider */
.cycle-slider-wrapper {
	position: relative;
	clear: both;
}

.cycle-slider-section {
  position: relative;
  height: 325px;
  overflow: hidden;
  border-bottom: 1px solid #c5c3c1;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  z-index: 4;
-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
       border:1px solid #ccc;
}
.cycle-slider-section .slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #53504e;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.cycle-slider-section .slider-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.cycle-slider-section .slider-item h3 {
  position: absolute;
  left: 1em;
  bottom: 1em;
  margin: 0;
  padding: 8px;
  line-height: 100%;
  font-size: 1.5em;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.85);
}
.cycle-slider-section .slider-nav {
  position: absolute;
  display: block;
  top: 45%;
  width: 42px;
  height: 42px;
  color: #ffffff;
  text-decoration: none;
  z-index: 100;
  background: transparent url(sprites-white.png) no-repeat 0 0;
}
.cycle-slider-section.cycle-slider-section-grey .slider-nav {
  background-image: url(sprites-grey.png);
}
.cycle-slider-section .slider-item-next {
  right: 1em;
  background-position: -300px 0;
}
.cycle-slider-section a.slider-item-next:hover {
  background-position: -100px 0;
}
.cycle-slider-section .slider-item-prev {
  left: 1em;
  background-position: -200px 0;
}
.cycle-slider-section a.slider-item-prev:hover {
  background-position: 0 0;
}
.cycle-slider-section .slider-pagination {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}
.cycle-slider-section .slider-pagination a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-indent: -100em;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  background: transparent url(sprites-white.png) no-repeat -400px -21px;
}
.cycle-slider-section.cycle-slider-section-grey .slider-pagination a {
  background-image: url(sprites-grey.png);
}
.cycle-slider-section .slider-pagination a.activeSlide,
.cycle-slider-section .slider-pagination a:hover {
  background-position: -400px 0;
}

.slider-pagination-thumbnails {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.slider-pagination-thumbnails li {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
	list-style: none;
}
.slider-pagination-thumbnails li a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ccc;
	border: 1px solid #999;
}
.slider-pagination-thumbnails li a img {
	display: none;
}


.slider-shadow-right
{
background-image: url("http://www.empfangstheken.org/picture/upload/image/liftedshadow_medium.png");
    background-repeat: no-repeat;
    background-position: right;
    float: right;
    height: 26px;
    margin-right:0px;
    margin-top: 0px;
    width: 185px;
}