/* CSS Document */
#slideshow {
	position:absolute; left:0px; top:70px; right:0px; bottom:0px; margin:0; 
}

#slideshow #slidesContainer {
	position:absolute; left:40px; right:40px; top:0px; bottom:0px; overflow:hidden; 
}

#slideshow #slidesContainer .slide {
	position:absolute; margin:5px; left:0px; right:0px; top:0px; bottom:0px; text-align:center; overflow:hidden;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  text-indent:-10000px;
  position:absolute;  top:0; bottom:0px;  width:39px;
  cursor: pointer;
}
#leftControl {
  left:0; 
  background: transparent url(../images/flecheToLeft.png) no-repeat center center;
}
#rightControl {
  right:0;
  background: transparent url(../images/flecheToRight.png) no-repeat center center;
}
