#slideshow {
	margin:0 auto;
	width:927px;
	xheight:auto;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:836px;
  xheight:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:836px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  xheight:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:21%;
  left:0;
background: url("../img/control_left.jpg") no-repeat scroll 0 0 transparent;
}
#rightControl {
  top:21%;
  right:0;
  background:transparent url(../img/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */




#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 15px Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  color:#FFFF0E;
}
.slide img {
xfloat:right;
xmargin:0 89px;
  border: 2px solid #FFFF21;
  width: auto;
  display: block; margin-left: auto; margin-right: auto;
}
/** 
 * #footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}
 */
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}
