#slideshow {
	margin:0 auto;
	width:540px;
	height:370px;
	background:transparent url(../i/portfolio.png) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  padding:10px 0 50px;
  width:520px;
  height:272px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:520px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

#slideshow #slidesContainer .slide p {
	margin-bottom:0;
	font-size:90%;
	}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:33px;
  height:33px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
	color:#fff;
  bottom:13px;
  right:51px;
  background:transparent url(../i/ctrl-left.png) no-repeat 0 0;
}
#rightControl {
	color:#fff;
  bottom:13px;
  right:12px;
  background:transparent url(../i/ctrl-right.png) no-repeat 0 0;
}