$(document).ready(function() { 

	if( $("#photos_actualite").length )
	{
		$('#photos_actualite').galleryView({
			panel_width: 475,
			panel_height: 317,
			frame_width: 50,
			frame_height: 50,
			nav_theme: 'dark',
			background_color: '#fff',
			border : 0
		});
	}
	
});
