/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:840px;
	/*height:460px;*/
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:740px;
  /*height:460px;*/
  /*overflow:auto;  allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:740px; /* Not needed cause of deactivatet scrollbar: reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:440px;
  /*margin-bottom:70px; causes bug at last element when js is off*/
  padding-top:30px; /* replaces padding value in .item in mphased.css */
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:50px;
  height:50px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:190px;
  left:0;
  background:transparent url(../img/slideshow/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:190px;
  right:0;
  background:transparent url(../img/slideshow/control_right.png) no-repeat 0 0;
}
