#slideshow {
	margin:auto;
	width:820px;
	height:307px;
	background:transparent no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:auto;
  width:560px;
  height:307px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:307px;
}

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

.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  margin: 0;
}