#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:480px;
  height:265px;
  overflow:auto;
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px;
  height:265px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;

}
#leftControl {
  top:120px;
  left:60px;
  background:transparent url(images/left_arrow.gif) no-repeat 0 0;
}
#rightControl {
  top:120px;
  right:0;
  background:transparent url(images/right_arrow.gif) no-repeat 0 0;
}


#pageContainer {
  margin:0 auto;
  width:960px;
}

#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  margin:auto;
  text-indent: -10000px;
}

#pageContainer2 {
  margin:0 auto;
  width:960px;
  top: 400px;
}

#pageContainer2 h1 {
  display:block;
  width:960px;
  height:114px;
  margin:auto;
  text-indent: -10000px;
}

.slide img {
  float:right;
  margin:0 15px;
}


