#slideshow #slidesContainer {
  margin:0 auto;
  width:1000px;
  height:500px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  float:left;
  width:1000px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:480px;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:30px;
  height:500px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:0;
  left:0;
  background:transparent url(http://www.anastasiachatzka.com/img/control_left.png) no-repeat 0 0;
  z-index:2;
}

#rightControl {
  top:0;
  right:0;
  background:transparent url(http://www.anastasiachatzka.com/img/control_right.png) no-repeat 0 0;
  z-index:
}
