#slideshow {
	margin:0 auto;
	width:530px;
	height:263px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:450px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:430px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}


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

/** 
 * Style rules for Demo page
 */
.slide * {
  margin:0;
  padding:0;
  font:normal 11px Verdana;
  color:#999999;
  text-decoration:none;
  line-height:150%;
}

.slide{
	text-align:left;
}

.slide h2{
  margin:15px;  
} 

.slide p {
  margin:15px;  
  width:215px;
  color:#666666;
  text-align:justify;
}

.slide h2 {
  font:italic 22px Georgia, "Times New Roman", Times, serif;
  color:#999999;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
