span.navigation { display: inline; list-style-type: none; padding: 0px; margin: 0px; }
span.navigation a { 
	display: inline;
	width: 12px;
	height: 12px; 
	margin-right: 5px; 
	margin-left: 5px; 
	background-image:url(../img/pagination_inactif.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
span.navigation a.activeSlide {
	background-image:url(../img/pagination_actif.png);
	border: none;
	background-color: transparent;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	font-weight: normal;
	width: 12px;
	height: 12px;
}
a.previous img { border: none; }
a.next img { border: none; }