/* CSS Document */

#slideshow {
	margin:0 auto;
	width:590px;
	height:270px;
	/*background:transparent url(../img/bg_slideshow.jpg) no-repeat 0 0;*/
	position:relative;
	margin-top:30px;
	overflow:auto;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:530px;
  height:270px;
  overflow:auto; /* allow scrollbar */
  position:relative;
padding-right: 30px;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:510px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:270px;

}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;

}
#leftControl {
  top:230px;
  left:500px;
  background:transparent url(../src-pix/jeader-links-pfeil.png) no-repeat 0 0;
	height:30px;
	z-index:500;
}
#rightControl {
   top:230px;
   right:0;
  background:transparent url(../src-pix/jeader-rechts-pfeil.png) no-repeat 0 0;
	height:30px;
	z-index:501;
}
