<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	position:relative;
	padding-top:15px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  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;
  position:relative;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:10px;
  float:left;
  text-indent:-10000px;
  cursor: pointer;
  position:absolute;
}
#leftControl {
  top:26%;
  left:96%;
}
#rightControl {
  top:45%;
  left:96.5%;
}
.slide img {
	float:none;
	vertical-align:top;
	margin-top:12px;
	margin-bottom:10px;
}
