
/*----------------------------------------
				BODY
----------------------------------------*/
#slideshow {
	margin:0 auto;
	width:900px;
	height:400px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:820px;
  height:400px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:820px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:400px;
}
/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:40px;
  height:400px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url("/portal/images/stories/Grabba/Web/homepage/control_left.jpg") no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url("/portal/images/stories/Grabba/Web/homepage/control_right.jpg") no-repeat 0 0;
}
#pageContainer {
  margin:0 auto;
  width:900px;
}
.slide h2, .slide p {
  margin:15px;
  color:#000;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#000;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}

/*----------------------------------------
				END
				BODY
----------------------------------------*/
