/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:700px;
	height:263px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;

}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:35px;
  height:71px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	top:131px;
	left:0px;
	background:transparent url(../images/arrow.png) no-repeat 0 0;
}
#rightControl {
	top:131px;
	right:0;
	background:transparent url(../images/arrow.png) no-repeat -35px 0;
}
