/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:627px;
	height:554px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:542px;
  height:554px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:567px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:554px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:554px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(./img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(./img/control_right.jpg) no-repeat 0 0;
}

.slide h2, .slide p {
  margin:10px;
}
.slide h2 {
  font:24px Georgia, "Times New Roman", Times, serif;
  color:#ffffff;
  letter-spacing:0,5px;
}
.slide img {
  float:left;
  margin:0;
}
