/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:373px;
	height:255px;
	float:left;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:373px;
  height:255px;
  float:left;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:373px;
  height:255px;
}

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

}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
  display:none !important;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
  display:none !important;
}

.slide p {
  margin:0px;
  color:#626262;
  font-size:12px;
  font-family:"Trebuchet MS";
  padding:0px;
  margin-bottom:5px;
  line-height:13px;
}

.slide p a {color:#000; text-decoration:underline; font-weight:bold;}
.slide p a:hover {color:#000; text-decoration:none; font-weight:bold;}

.slide h1 {
  font-size: 20px;
  line-height:22px;
  font-family:"Trebuchet MS";
  color:#000;
  letter-spacing:-1px;
  padding:0px;
  margin:0px;
  margin-bottom:5px;
}
.slide img {
  float:right;
}