.diaporama{
	position:relative;
	top:20px;
	left:80px;
	width:92px;
	height:50px
}

.diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute
}

.diaporama_controls{
	width:92px;
	margin:3px 0;
	padding:5px;
	clear:both;
	overflow:hidden;
	position:relative;
	top:20px;
	left:60px;
}

.diaporama_controls .btns{
	float:right;
}

.diaporama_controls a{
	font-weight:normal;
	width:10px;
	height:13px;
	/*text-indent:-9999px;*/
	display:inline-block;
	margin:0 3px;
}

.diaporama_controls .prev{
	background:url("../images/fleches_diapo.png") no-repeat top right;
}

.diaporama_controls .next{
	background:url("../images/fleches_diapo.png") no-repeat top left;
}

.diaporama_controls .pause{
	background:url("../images/fleches_diapo.png") no-repeat bottom right;
}

.diaporama_controls .play{
	background:url("../images/fleches_diapo.png") no-repeat bottom left;
}