#slideshowPorqueUsar {
	margin:0 auto;
	width:933px;
	height:411px;
	background:transparent url(../img/slideshow_porque_usar/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	float:left;
}
#slideshowPorqueUsar #slidesContainerPorqueUsar {
  margin:0 auto;
  width:860px;
  height:411px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshowPorqueUsar #slidesContainerPorqueUsar .slidePorqueUsar {
  margin:0 auto;
  width:840px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:411px;
}

/** 
 * Slideshow controls style rules.
 */
#leftControlPorqueUsar {
  top:0;
  left:0;
  background:transparent url(../img/slideshow_porque_usar/control_left.jpg) no-repeat 0 0;
  float:left;
}
#rightControlPorqueUsar {
  top:0;
  right:0;
  background:transparent url(../img/slideshow_porque_usar/control_right.jpg) no-repeat 0 0;
  float:left;
}
.slidePorqueUsar h2, .slide p {
  margin:15px;
}
.slidePorqueUsar h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slidePorqueUsar img {
  float:right;
  margin:0 15px;
  
}