#pageContainer {
  float: left;
  width:948px;
  margin: 7px 0 0 0;
}

#slideshow {
	margin:0 auto;
	width:100%;
	height:278px;
	/*background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;*/
	position:relative;
}
#slidesContainer {
  margin: 0 auto;
  width:100%;
  height:278px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:278px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:47px;
  height:278px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index:99999;
  background: url(../images/tabs.png) no-repeat;
}
#leftControl {
  top:0;
  left:0;
  background-position: -47px 85px;
}
#rightControl {
  top:0;
  right:0;
  background-position: 0 85px;
}

.slide{
	float: left;
	width:948px;
}

.slide h2, .slide p {
  margin:0;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#666;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0;
}

