jQuery(document).ready(function() {
	var overlay_hauteur = ($('#article').text() == '') ? 40 : 140;
	$('#contentText').hide();
	$('#diaporama > .panel').append('<div class="panel-overlay">'+$('#contentText').html()+'</div>');
	$('#diaporama').galleryView({
		panel_width: 750,
		panel_height: 500,
		transition_speed: 1200,
		transition_interval: 5500,
		nav_theme: 'galleryview/dark',
		pause_on_hover: true,
		frame_width: 0,
		frame_height: 0,
		filmstrip_size: 0,
		overlay_height: overlay_hauteur,
		overlay_font_size: '1em',
		overlay_opacity: 0.7,
		overlay_color: 'black',
		overlay_fading: true,
		background_color: 'black',
		overlay_text_color: 'white',
		caption_text_color: 'white',
		border: 'none',
		easing: 'swing',
		filmstrip_position: 'bottom',
		overlay_position: 'bottom',
		show_captions: false,
		fade_panels: true
	});
});
