/**
 * Slideshow style rules.
 */
.slideshow {
	width:870px;
	height:396px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;

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