#slideshow {
	margin:0px auto;
	width:520px;
	height:300px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0px auto;
  width:440px;
  height:300px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0px auto;
  width:440px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:300px;
}

/* Slideshow controls style rules. */
.control {
  display:block;
  width:20px;
  height:300px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:45%;
  left:0;
  background:transparent url(images/arrow-l.jpg) no-repeat 0 0;
}
#rightControl{
  top:45%;
  right:0;
  background:transparent url(images/arrow-r.jpg) no-repeat 0 0;
}

/*Style rules for Demo page */

.slide img {
  float:left;
  margin:0 5px;
}