/*
* File : js/dv.acc.js
* Date : October 2009
* Authors : A. BLANC
* Project : Site Web De Viris
*/


$(function() {

	$('#acc-illustrations').galleryView({
		panel_width: 976,
		panel_height: 377,
		frame_width: 82,
		frame_height: 82,
		overlay_height: 45,
		overlay_color: '#222',
		overlay_text_color: 'white',
		caption_text_color: '#222',
		background_color: 'transparent',
		border: 'none',
		nav_theme: 'dvTheme',
		easing: 'easeInOutQuad',
		pause_on_hover: true,
		transition_interval: 6000
	});

});
