/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	height:142px;
	width:212px;
	position:relative;
}


#slideshow #slidesContainer {
  margin:0 auto;
  height:142px;
  width:145px;
  position:relative;
  padding-left:5px;

}
div#bloc_cadeau #slideshow #slidesContainer img {
	display:block;
}
div#bloc_cadeau #slideshow #slidesContainer p {
	color:#000;
	font-size:10px;
 	width:135px;
	margin-top:15px;
	margin-left:-5px;
	
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
	height:142px;
	width:142px;
}

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

}
#leftControl {
  top:20px;
  left:0;
  background:transparent url(../graphisme/images/fleche1.jpg) no-repeat 0 0;
}
#rightControl {
  top:20px;
  right:0;
  background:transparent url(../graphisme/images/fleche2.jpg) no-repeat 0 0;
}

