
#slideshow {
	margin:0 auto;
	width:940px;
	height:229px;
	/*background:transparent url('images/bg_slideshow.png') no-repeat 0 0;*/
	position:relative;
	color:#000000;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:870px;
  height:229px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

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

#slideshow #slidesContainer .slide p {
	width:850px;	
}

.control {
  display:block;
  width:36px;
  height:71px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:70px;
  left:0;
  background:transparent url('images/slide_bt_left.png') no-repeat 0 0;
}
#rightControl {
  top:70px;
  right:0;
  background:transparent url('images/slide_bt_right.png') no-repeat 0 0;
}

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

.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}

.slide img {
  /*float:right;*/
  margin:0 15px;
}