/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0;
	width:1000px;
	height:263px;
	position:relative;
	background-color:#CCC;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:840px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:900px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background-image:url(../img/control_left.png);
}
#rightControl {
  top:0;
  right:0;
  background-image:url(../img/control_direita.png);
}

/** 
 * Style rules for Demo page
 */

#pageContainer {
  margin:0 auto;
  width:900px;
}
#pageContainer h1 {
  display:block;
  width:750px;
  height:114px;
  background:transparent url(../img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}

.h2teste {
	padding-top:30px;
	font:italic 24px Georgia, "Times New Roman", Times, serif;
  	color:#000;
  	letter-spacing:-1px;
}
.h2testep {
  padding:15px;
  font-size:14px;
  color:#666;
}
.slide img {
  float:right;
  margin:0 15px;
}