<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:218px;
	height:255px;
	position:relative;
	
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:197px;
  height:255px;
  position:relative;
  padding-left:21px;
  overflow:hidden;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:176px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:255px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:21px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index:100;
}
#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;
}
