	
#prevBtn, #nextBtn {
	display:block;
	position:absolute;
	top:10px;
	height:200px;
	width:35px;
	text-indent:-8000px;
	background-image:url(../_images/boutonsPhototheque.gif);
	background-repeat:no-repeat;
}

#prevBtn {
	left:5px;
	background-position:-70px center;
}

#nextBtn {
	right:5px;
	background-position:0 center;
}																


#prevBtn a, #nextBtn a {
	display:block;
	height:200px;
	width:35px;
}

#prevBtn a:hover { 
	background-image:url(../_images/boutonsPhototheque.gif);
	background-repeat:no-repeat;
	background-position:-105px center;
}
	
#nextBtn a:hover {
	background-image:url(../_images/boutonsPhototheque.gif);
	background-repeat:no-repeat;
	background-position:-35px center;
}	
			
#ContainerSlider {
	position:relative;
	width:370px;
	padding:10px;
	margin:10px 0 0 0;
	background-color:#e7e8e9;
	border:solid 1px #a9abad;
	border-bottom:none;
	}


#slider {
	position:relative;
	padding:0;
	margin:0 35px;
	width:300px;
	border:solid 1px #a9abad;
	}

#slider ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	}


#slider li { 
	margin:0;
	padding:0;
	list-style:none;	
	width:300px;
	height:200px;
	overflow:hidden;
	}	
