/* CSS Document */

.diaporama{
	position:relative;
	margin: auto;
	padding: 0px;
}




.diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute;
	top: -3px;
	left: -172px;
	width: 100%;
}


.diaporama_controls{
	width:212px;
	padding:3px;
	clear:both;
	overflow:hidden;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;	 
}

.diaporama_controls .btns{
	float: right;
	 
}

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

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

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

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

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