#pageContainer{
	margin-top:40px;
	margin-left:0px;
}
#slideshow {
	margin:0 auto;
	width:636px;
	height:auto;
	background:#fff;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:545px;
  height:120px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0;
  width:545px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:46px;
  height:66px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
.solid{
  display:block;
  width:46px;
  height:66px;
  text-indent:-10000px;
  position:absolute;
  cursor: default;
}
#leftControl {
  top:15px;
  left:0px;
  background:transparent url('/images/control_left.gif') no-repeat 0 0;
}
#invisiLeft {
  top:15px;
  left:0px;
  background:transparent url('/images/arrow_down.png') no-repeat 0 0;
}
#invisiRight {
  top:15px;
  right:0px;
  background:transparent url('/images/arrow_down_.png') no-repeat 0 0;
}
#leftControl:hover {background:transparent url('/images/control_left_act.gif') no-repeat 0 0;}
#rightControl {
  top:15px;
  right:0px;
  background:transparent url('/images/control_right.gif') no-repeat 0 0;
}
#rightControl:hover {background:transparent url('/images/control_right_act.gif') no-repeat 0 0;}
/** 
 * Style rules for Demo page
 */


.slide h2, .slide p {
  margin:15px;
}
.slide h3 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#000;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0;
  padding-bottom: 30px;
}