/* Style sheet feuilleGalerie */
#slideshow
{
	width:645px;
	height:300px;
	position:relative;
	margin:0 auto 20px;
	background-color:#FFFFFF;
}
#slideshow #slidesContainer
{
	width:567px;height:300px;position:relative;overflow:auto;margin:0 auto;
}
#slideshow #slidesContainer .slide
{
	width:567px;height:300px;margin:0 auto;
}
.control
{
	width:39px;height:300px;position:absolute;display:block;text-indent:-10000px;cursor: pointer;
}
#navDiapo
{
	  width:20px;height:20px;right:25px;bottom:10px;position:absolute;display:block;cursor:pointer;
}
#leftControl
{
	top:0;left:0;background:url(../control_left.jpg) no-repeat 0 0;
}
#rightControl
{
	top:0;right:0;background:url(../control_right.jpg) no-repeat 0 0;
}

