#slideshow {
	margin:0 auto;
	width:502px;
	height:270px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:502px;
  height:270px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:502px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:270px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:35px;
  height:35px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
   margin-top:115px;
  margin-left:5px;
  left:0;
  z-index:1;
  background:transparent url(img/left-arrow-2.png) no-repeat 0 0;
}
#rightControl {
  margin-top:115px;
  margin-right:5px;
  top:0;
  right:0;
  background:transparent url(img/right-arrow-2.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
.slide img {
  float:left;
}
