/*slide container*/
#slideshow #slidesContainer {
  margin:0 auto;
  width:432px;
  /*height:263px;*/
  overflow:hidden;
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:412px; /* reduce by 20 pixels to avoid horizontal scroll */
  /*height:263px;*/
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:26px;
  height:26px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  z-index: 1; 
  margin: 12px 40px 0 0;
  top:0;
  right:0;
  background:transparent url(images/control_left.png) no-repeat 0 0;
}
#rightControl {
  z-index: 1; 
  margin: 12px 10px 0 0; 
  top:0;
  right:0;
  background:transparent url(images/control_right.png) no-repeat 0 0;
}	