#slideshow {
	margin:0 auto;
	width:915px;
	height:282px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:871px;
  height:282px;
  overflow:no; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:871px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:50px;
  height:50px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index: 10000;
}
#leftControl {
  top:115px;
  left:0;
  background:transparent url(img/home-flecha-izq.png) no-repeat 0 0;
}
#rightControl {
  top:115px;
  right:0;
  background:transparent url(img/home-flecha-der.png) no-repeat 0 0;
}
#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 auto;
}