/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	padding: 9px;
	width:970px;
	height:408px;
	background-color: #fff;
	position:relative;
	z-index: 3;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:970px;
  height:408px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:950px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:408px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:39px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:50%;
  margin-top: -20px;
  left:24px;
  background:transparent url(../images/control_left.png) no-repeat 0 0;
  z-index: 1;
}
#rightControl {
  top:50%;
  margin-top: -20px;
  right:24px;
  background:transparent url(../images/control_right.png) no-repeat 0 0;
}

/* --------------------------------------
  Portfolio Slideshow
  --------------------------------------- */
/** 
 * Slideshow style rules.
 */
#slideshow2 {
	width:480px;
	height:408px;
	position:relative;
	z-index: 3;
}

#slideshow2 #slidesContainer {
  margin:0 auto;
  width:480px;
  height:408px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow2 #slidesContainer .slide {
  margin:0 auto;
  width:460px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:408px;
}
