@charset "utf-8";
/* CSS Document */
#slideshow {
	margin:0 auto;
	width:100%;
	height:263px;
	background:transparent url(bg_slideshow.png) no-repeat  scroll center ;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:80%;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:80%; /* 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(control_left.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(control_right.gif) no-repeat 0 0;
}

.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  color:#ccc;
  letter-spacing:-1px;
}
.slide img.img_slide {
  float:right;
  margin:0 15px;
  font:italic 24px ;
  width:215px;
  height:170px;
}
