
#slider ul, #sliderBis ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider{ 
	width:150px;
	height:100px;
	overflow:hidden; 
	border:#666 solid 1px; 
	margin-bottom:5px;
	}

#slider li{ 
	width:150px;
	height:100px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none
}

#sliderBis{ 
	width:150px;
	height:100px;
	overflow:hidden; 
	border:#666 solid 1px; 
	margin-bottom:5px;
	}

#sliderBis li{ 
	width:150px;
	height:100px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none
}

#prevBtnBis a{ display:block; background:#d3d715; width:50px; color:#000; font-size:11px; float:left; margin-right:50px; text-align:center; text-decoration:none; height:15px;}
#prevBtnBis a:hover{ color:#d3d715; background:#6b6d09} 
#nextBtnBis a { display:block; background:#d3d715; width:50px; color:#000; font-size:11px; float:left; text-align:center; text-decoration:none; height:15px}
#nextBtnBis a:hover{ color:#d3d715; background:#6b6d09} 

#prevBtn a{ display:block; background:#d3d715; width:50px; color:#000; font-size:11px; float:left; margin-right:50px; text-align:center; text-decoration:none; height:15px} 
#prevBtn a:hover{ color:#d3d715; background:#6b6d09} 
#nextBtn a { display:block; background:#d3d715; width:50px; color:#000; font-size:11px; float:left; text-align:center; text-decoration:none; height:15px}
#nextBtn a:hover{ color:#d3d715; background:#6b6d09} 

