#slider_1 ul.news {
	margin:0;
}
.slider ul, .slider li{
	margin:0;
	padding:0;
	list-style:none;
}

.slider, .slider li{
	width:494px;
	height:250px;
	overflow:hidden;
	border:0px;
}

.slider .image {
	width:494px;
	height:250px;
	float:left;
	background-position:center;
	background-repeat: no-repeat;
	border: 0px;
	cursor:pointer;
}
.slider .info {
	width:180px;
	height:250px;
	float:right;
	position:relative;
	left:-20px;
	top:-250px;
	padding-left: 20px;
	padding-right: 10px;

	background-color: #CCCCCC;  /* le fond                 */
	filter:alpha(opacity=50);   /* Internet Explorer 6     */
	-moz-opacity:0.5;           /* Mozilla 1.6 et infér.   */
	opacity: 0.5;               /* CSS3 et Mozilla récents */

	border: 0;

}

.slider .info .info_text {

	color:#000;
	filter:alpha(opacity=100);  /* ignoré */
	-moz-opacity:1.0;           /* ignoré */
	opacity: 1.0;               /* ignoré */

}


	#nav_news {
		position: relative;
		left: 0px;
		top: -170px;
		/*background-color: #FFFFFF;*/
		width: 494px;
		height: 25px;
	}
	
	#prevBtn, #nextBtn { 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;
		width:30px;
		height:77px;
		position:absolute;
		left:3px;
		top:8px;
		}	
	#nextBtn { 
		left:459px;
		}														
	#prevBtn a, #nextBtn a {  
		display:block;
		width:30px;
		height:77px;
		background:url("../images/slider/btn_prev.gif") no-repeat 0 0;	
		display:block;
	}	
	#nextBtn a { 
		background:url("../images/slider/btn_next.gif") no-repeat 0 0;	
		}	

#numerosBtn {
}

#numerosBtn .numerosclass, #numerosBtn .numerosselclass {
	display:block;
	margin:0;
	overflow:visible;
	position: relative;
	left: 25px;
	top: 2px;
	/*text-indent:-8000px;*/
	width:7px;
	height:2px;
	background:url("../img/ui/sel_num_news.jpg") no-repeat 0 0;	
}

#numerosBtn .numerosselclass {
	background:url("../img/ui/num_news.jpg") no-repeat 0 0;	
}
