
	.slideshow a img{
	position				: relative;
	float					: left;
	border					: none;
	padding					: 0px;
	margin					: 0px;
	}
	
	.slideshow a{
	text-decoration			: none!important;
	border					: none;
	padding					: 0px;
	margin					: 0px;
	}
	
	
	.bt_next{
	position				: relative;
	float					: left;
	display					: block;
	width					: 22px;
	height					: 35px;
	background-image		: url("../images/bt_panneau_suiv.png");
	background-position		: 0px 0px;
	z-index					:10;
	}
	
	:hover.bt_next{
	background-position:0px -37px;
	}
	
	.bt_prev{
	position				: relative;
	float					: left;
	display					: block;
	width					: 22px;
	height					: 35px;
	margin					: 0px 5px 0px 0px;
	background-position		: 0px 0px;
	background-image		: url("../images/bt_panneau_prec.png");
	z-index:10;
	}
	
	:hover.bt_prev{
	background-position:0px -37px;
	}
	
	
