/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:31px;
	margin: 0 10px;
	height: 400px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	z-index: 200;
}
#navDiapo{
	display:none;
	width:20px;
	height:20px;
	position:absolute;
	right:50px;
	bottom:5px;
	cursor:pointer;
	z-index: 200;
	background-color: white;
}

div#sliderconteneur:hover #navDiapo{
	display: block;
}

#leftControl {
	top:0;
	left:0;
	background:transparent url(../images/template/slider_control_left.png) no-repeat 0 0;
}
#rightControl {
	top:0;
	right:0;
	background:transparent url(../images/template/slider_control_right.png) no-repeat 0 0;
}