#slideshow {
	margin:0 auto;
	width:840px;
	height:370px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:760px;
  height:370px;
  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:370px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:40px;
  height:370px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../img/control_left.png) no-repeat 0 150px;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../img/control_right.png) no-repeat 0 150px;
}

.slide p {
  margin:15px 15px 15px 10px;
  float:left;
  width:350px;
}
.slide h2 {
	float:left;
	display:block;
	margin: 110px 0 0 0;
	width: 390px;
	height:110px;
	text-indent:-9999px;
}
.slide img {float:left;
  margin:0 15px;
  
}
