<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:253px 62px;
	width:410px;
	height:263px;
	position:relative;
}
*+html #slideshow {
	margin:253px 62px;
}
* html #slideshow {
	margin:253px 62px;
}
#slideshow #slidesContainer {
  margin:0 0px;
  width:416px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:160px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * 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(../images/arrow-left-white.gif) no-repeat 0 0;
	position: absolute;
	top: 65px;
	left: -25px;
}
#rightControl {
	top:0;
	right:0;
	background:transparent url(../images/arrow-right-white.gif) no-repeat 0 0;
	position: absolute;
	top: 65px;
	left: 430px;
}
-->