.diaporama{
	position:relative;
	width:809px;
	height:537px
}

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

.diaporama_controls a{
	position:absolute;
	top:-20px; 
	width:10px; 
	height:10px; 
	cursor:pointer;
	text-indent:-9999px;
	outline:none
}


.diaporama_controls .prev{
	background: url(i/previous.gif) no-repeat 0 0;
	right:70px;
}

.diaporama_controls .next{
	background: url(i/next.gif) no-repeat 0 0;
	right:30px;
}

.diaporama_controls .pause{
	background: url(i/play.gif) no-repeat 0 0;
	right:50px;
}

.diaporama_controls .play{
	background: url(i/pause.gif) no-repeat 0 0;
	right:50px;
}