jQuery(document).ready(function() {
	jQuery('.mydiaporama').galleryView({
		panel_width: 300,
		panel_height: 200,
		frame_width: 0,
		frame_height: 0,
		filmstrip_size: 0,
		overlay_height: 0,
		overlay_font_size: '1em',
		transition_speed: 1200,
		transition_interval: 5500,
		overlay_opacity: 0,
		overlay_color: 'black',
		background_color: '#FFF',
		pointer_color: '#000',
		overlay_text_color: '#FFF',
		caption_text_color: '#000',
		border: 'none',
		nav_theme: 'galleryview/dark',
		easing: 'swing',
		filmstrip_position: '',
		overlay_position: 'bottom',
		show_captions: false,
		fade_panels: true,
		pause_on_hover: true
	});
	jQuery('.mydiaporama .panel a').fancybox();
});

