#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	background:transparent url no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:240px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}
 
/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:48px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:-10;
  left:0;
  background:transparent url(img/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:-10;
  right:0;
  background:transparent url(img/control_right.png) no-repeat 0 0;
}
a img {border:2px solid #ccc;
}
.slide h2, .slide p {
  margin:15px;
	font-size:12px;
	color:#636363;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.slide h2 {
  padding-top:5px;
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#9BB4C8;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
