.lnkNavegacion
{
    cursor:pointer;
}
#slideshow {
	margin:0 auto;
	width:933px;
	height:411px;
	background:transparent url(../img/slideshow_quees/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	float:left;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:860px;
  height:411px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:840px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:411px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:411px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../img/slideshow_quees/control_left.jpg) no-repeat 0 0;
  float:left;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../img/slideshow_quees/control_right.jpg) no-repeat 0 0;
  float:left;
}
#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(img/slideshow_quees/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 15px;

    
}