div.slideshow {
	position: relative;
	overflow: hidden;	
}

div.slideshow div.wrapper {	
	overflow: hidden;		
}

div.slideshow div.slide {
	float: left;
	overflow: hidden;	
}

/* boutons */
div.slideshow ul.buttons {	
	position: absolute;
	top: 5px;
	right: 25px;
	list-style: none;	
	z-index: 1;
        font-size:15px;
}

div.slideshow ul.buttons li {
	float : left;
	/*background: transparent url(../images/button.png) no-repeat top left;	*/
}

div.slideshow ul.buttons li.selected {	
	background: transparent url(../images/button-selected.png) no-repeat top left;	
}

div.slideshow ul.buttons li a {
	display: block;
	width: 25px;	
	height: 25px;
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
}

div.slideshow ul.buttons li.selected a {	
	color: #fff;	
}

div.slideshow ul.buttons li a span {
	position: relative;
	top: 2px;
	left: 5px;
}


