
/*$(document).ready(function() {
	
	$('#boitePhotos ul').bxSlider({
		mode:'fade',
		auto:true,
		prevText:'<',
		nextText:'>',
		captions:true,
		captionsSelector:'#commPhoto',
		pause: 5000
	});
	
});*/
