#slideshow {
	margin:0 auto;
	width:685px;
	height:263px;
	position:relative;
	background:#fff url('../images/common/slideshowBg.jpg') no-repeat bottom right;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:605px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:585px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:0;
  left:0;
  background:transparent url('../images/common/controlLeft.jpg') no-repeat 0 0;
}

#rightControl {
  top:0;
  right:0;
  background:transparent url('../images/common/controlRight.jpg') no-repeat 0 0;
}

.slide h2, .slide p {
  margin:15px;
}

.slide img {
  float:right;
  margin:0 15px;
  border:2px solid #f3901d;
}
