#slideshow {
	margin:60px auto 100px auto;
	width:952px;
	height:148px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:900px;
  height:148px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:900px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:148px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:17px;
  height:148px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(/lib/prev-horizontal-roles.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(/lib/next-horizontal-roles.png) no-repeat 0 0;
}

