.nexslide{
	position:relative;
	width:770px;
	overflow:hidden;
}
.nexslide ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:20000px;
	height:400px;
	position:relative;
	padding-top:20px;
}
.grand ul{
	height:382px;
}
.nexslide li{
	margin:0;
	padding:0;
	float:left;
	width:770px;
	height:400px;
	position:relative;
	overflow:hidden;
}
.grand li{
	width:300px;
	height:382px;
}
.nexslide li img{
	margin:0 auto;
	padding:0;
	display:block;
}
.nexslide li span{
	zoom:1;
	background-color:#000;
	opacity:1;
	filter:alpha(opacity=100);
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	line-height:25px;
}
/*.nexslide li:hover span{
	display:none;
}*/
#contenu .nexslide li span p{
	margin:0;
	padding:0;
	padding:0 1em;
	color:#fff;
	font-weight:bold;
}
.nexslide a{
	color:#000;
}
.nexslide a.prec{
	float:left;
	position:absolute;
	top:0;
	left:10px;
	color:#fff;
	text-decoration:none;
}
.nexslide a.suiv{
	float:right;
	position:absolute;
	top:0;
	right:10px;
	color:#fff;
	text-decoration:none;
}
.nexslide a.suiv:hover{
	float:right;
	position:absolute;
	top:0;
	right:10px;
	color:#fff;
	text-decoration:uhderline;
}
