/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:250px;
	height:263px;
	/* background:transparent url(bg_slideshow.jpg) no-repeat 0 0; */
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	border-top:3px solid #808080;
	border-bottom:3px solid #808080;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:170px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:150px; /* 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(control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(control_right.jpg) no-repeat 0 0;
}

