#slideshow {
	margin:0 auto;
	width:740px;
	height:447px;
	/*background:transparent url(../img/bg_slideshow.jpg) no-repeat 0 0;*/
	position:relative;
	overflow:hidden; /* allow scrollbar */
	z-index:2;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:645px;
  height:447px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  z-index:2;
}


#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:645px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
 height:447px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0px;
  background:transparent url(../img/control_left.jpg) no-repeat 0 0;
  display:none;
  visibility:hidden;
}
#rightControl {
  top:0;
  right:0px;
  background:transparent url(../img/control_right.jpg) no-repeat 0 0;
  display:none;
  visibility:hidden;
}
