#slideshow #slidesContainer {
  margin:0 auto;
  width:932px;
  height:702px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:932px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:702px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:82px;
  height:78px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:1260px;
  left:357px;
  background:transparent url(images/Seta_Esquerda_Modulos.png) no-repeat 0 0;
  z-index: 10000;
}
#rightControl {
  top:1260px;
  left:1243px;
  background:transparent url(images/Seta_Direita_Modulos.png) no-repeat 0 0;
}
