div.buehne {
overflow: hidden;
width: 940px;
max-height: 345px;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:960px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}


#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:940px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  position:relative;
  float: left;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:24px;
  height:100%;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index: 5;
  opacity: 1;
}

.small .control {
	/*height: 235px;*/
}
.control.hidden {
	display: none !important;
	opacity: 0;
}


#leftControl {
  top:0;
  left:10px;
  background:transparent url("/resources/images/img_arrow_left_grey.png") no-repeat 0 center;
}
#rightControl {
  top:0;
  right:10px;
  background:transparent url(/resources/images/img_arrow_right_grey.png) no-repeat 0 center;
}

/**
#leftControl {
  top:0;
  left:10px;
  background:transparent url(/resources/images/img_arrow_left_white.png) no-repeat 0 center;
}
#rightControl {
  top:0;
  right:10px;
  background:transparent url(/resources/images/img_arrow_right_white.png) no-repeat 0 center;
}

***/

.slide-bullet {
display: block;
width: 10px;
height: 10px;
float: left;
background: transparent url(/resources/images/img_kreis_inactive.png) no-repeat top left;
padding: 4px;
}

.slide-bullet.active {
background-image: url(/resources/images/img_kreis_active.png);
}

#slide-bullets-holder {
position: absolute;
bottom: 10px;
right: 10px;
}

div.slide a h2 {
text-decoration: none !important;
}

/*.transbx{opacity: 0.6}*/