<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 0 0 -30px;
	width:840px;
	height:263px;
	position:relative;
	-webkit-text-size-adjust: 130%;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:750px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:780px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

#slideshow #slidesContainer .slide img {
  float: right;
  margin-right: 90px;
}

/** 
 * 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(img/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.png) no-repeat 0 0;
}
</style>
