$(document).ready(function(){
	$('#articles').galleryView({
		panel_width: 700,
		panel_height: 305,
		frame_width: 88,
		frame_height: 42,
		transition_speed: 400,
		transition_interval: 5000,
		filmstrip_size: 3,
		overlay_height: 30,
		overlay_font_size: '1.2em',
		overlay_color:'#000',
		overlay_opacity: 0.55,
		background_color: 'none',
		overlay_text_color: '#FFF',
		caption_text_color: '#FFF',
		border: 'none',
		nav_theme: 'dark',
		easing: 'swing',
		filmstrip_position: 'bottom',
		overlay_position: 'bottom',
		show_captions: false,
		fade_panels: true,
		pause_on_hover: false,
	});
});
