/*
 j_diaporama
*/
.j_diaporama_box {
	padding:0;
	margin:0;
	list-style:none;
}
.j_diaporama_box_wrapper {
  text-align:center;
  position:relative;
  width:100%;
}
.j_diapo_image {
	background:#ddd;
	width:50%;
	text-align:center;
}
.j_diaporama_box  li{
	list-style-type:none;
	background: transparent;
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	position:absolute;
	left:0;top:0;
}
.j_diaporama_box_wrapper  li {
	overflow:hidden;
}
.j_diaporama_box_wrapper  li .j_diapo_legend {
	overflow:hidden;
	position:absolute;
	top:0;
	padding: 35px 0 0 0 ;
	text-align:left;
}
.j_diapo_compteur {
	position:absolute;
	left:0;
	top:8px
}
.j_diapo_controls{
	overflow:hidden;
	position:absolute;
	left:0;top:8px;
	width:90%;
	height:25px;
	width:100px;
	margin:0 0 0 0;
	padding: 0 0;
	overflow:hidden;
	z-index:999;
}
.j_diapo_controls a{
	position:absolute;
	top:8px;
	width:23px;
	height:17px;
	font-size:5px;
	text-indent:-9999px;
	display:block;
	padding:0px;
	margin:0;
	background-image:url(img/j_diapo_controls.png) ;
	background-repeat:no-repeat;
	color:#fff;
}
.j_diapo_controls a:hover, .j_diapo_controls a:focus{
	outline:none;
}
.j_diapo_controls .prev{
	left:10px;
	background-position: 0 0;
}
.j_diapo_controls .prev:hover,.j_diapo_controls .prev:focus {
	background-position: 0 -20px;
}
.j_diapo_controls .next{
	left:70px;
	background-position:  -75px 0;
}
.j_no_play .next{
	left:40px;
}
.j_diapo_controls .next:hover, .j_diapo_controls .next:focus {
	background-position:  -75px -20px;
}
.j_diapo_controls .pause{
	left:40px;
	background-position: -50px 0;
}
.j_diapo_controls .pause:hover,.j_diapo_controls .pause:focus {
	background-position:  -50px -20px;
}
.j_diapo_controls .play{
	left:40px;
	background-position: -25px  0;
}
.j_diapo_controls .play:hover,.j_diapo_controls .play:focus {
	background-position:  -25px  -20px;
}
